Click or drag to resize

ComplexMathPow Method (Complex, Int32)

Raises a complex number to an integer power.

Namespace:  Meta.Numerics
Assembly:  Meta.Numerics (in Meta.Numerics.dll) Version: 4.1.4
Syntax
public static Complex Pow(
	Complex z,
	int n
)

Parameters

z
Type: Meta.NumericsComplex
The argument.
n
Type: SystemInt32
The power.

Return Value

Type: Complex
The value of zn.
See Also