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
)
Public Shared Function Pow (
z As Complex,
n As Integer
) As Complex
public:
static Complex Pow(
Complex z,
int n
)
static member Pow :
z : Complex *
n : int -> Complex
Parameters
- z
- Type: Meta.NumericsComplex
The argument. - n
- Type: SystemInt32
The power.
Return Value
Type:
ComplexThe value of z
n.
See Also