Meta.Numerics Library
Pow Method (z, p)
Meta.NumericsMeta.NumericsComplexMathPow(Complex, Double)
Raises a complex number to an arbitrary real power.
Declaration Syntax
C#Visual BasicVisual C++F#
public static Complex Pow(
	Complex z,
	double p
)
Public Shared Function Pow ( _
	z As Complex, _
	p As Double _
) As Complex
public:
static Complex Pow(
	Complex z, 
	double p
)
static member Pow : 
        z:Complex * 
        p:float -> Complex 
Parameters
z (Complex)
The argument.
p (Double)
The power.
Return Value
The value of zp.