Click or drag to resize

ComplexPow(Complex, 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 Complex Pow(
	Complex C1,
	double C2
)

Parameters

C1  Complex
The first argument
C2  Double
The second argument

Return Value

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