Click or drag to resize

ComplexPow(Double, Double) Method

Calculates the first number to the power of the second number

Namespace: RelaxIS_SDK.libMath
Assembly: RelaxIS SDK (in RelaxIS SDK.dll) Version: 3.0.23.63
Syntax
public static double Pow(
	double d,
	double e
)

Parameters

d  Double
The first argument
e  Double
The second argument

Return Value

Double
The first number to the power of the second number
See Also