Raises a double double number to an integer power.
Namespace:
Meta.Numerics.Extended
Assembly:
Meta.Numerics (in Meta.Numerics.dll) Version: 4.1.4
Syntax public static DoubleDouble Pow(
DoubleDouble x,
int n
)
Public Shared Function Pow (
x As DoubleDouble,
n As Integer
) As DoubleDouble
public:
static DoubleDouble Pow(
DoubleDouble x,
int n
)
static member Pow :
x : DoubleDouble *
n : int -> DoubleDouble
Parameters
- x
- Type: Meta.Numerics.ExtendedDoubleDouble
The number. - n
- Type: SystemInt32
The exponent.
Return Value
Type:
DoubleDoubleThe value of x
n.
See Also