Returns a specified number raised to the specified power.
Namespace:
Extreme.Mathematics
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public static Quad Pow(
Quad value,
Quad exponent
)
Public Shared Function Pow (
value As Quad,
exponent As Quad
) As Quad
public:
static Quad Pow(
Quad value,
Quad exponent
)
static member Pow :
value : Quad *
exponent : Quad -> Quad
Parameters
- value
- Type: Extreme.MathematicsQuad
A Quad value to be raised to a power.
- exponent
- Type: Extreme.MathematicsQuad
A Quad value that specifies a power.
Return Value
Type:
Quad
The number
value raised to the power
exponent.
Reference