Click or drag to resize

ComplexExponent(Double, Complex) Operator

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
C# does not support this operator.

Parameters

c1  Double
The first argument
c2  Complex
The second argument

Return Value

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