ComplexPow(Double, Double) Method |
Calculates the first number to the power of the second number
Namespace: RelaxIS_SDK.libMathAssembly: RelaxIS SDK (in RelaxIS SDK.dll) Version: 3.0.23.63
Syntax public static double Pow(
double d,
double e
)
Public Shared Function Pow (
d As Double,
e As Double
) As Double
Dim d As Double
Dim e As Double
Dim returnValue As Double
returnValue = Complex.Pow(d, e)
Parameters
- d Double
- The first argument
- e Double
- The second argument
Return Value
DoubleThe first number to the power of the second number
See Also