Click or drag to resize

ComplexNumberPow Method

Returns specified ComplexNumber raised to the specified power.

Namespace: GSF
Assembly: GSF.Core (in GSF.Core.dll) Version: 2.4.181-beta
Syntax
public static ComplexNumber Pow(
	ComplexNumber z,
	double y
)
View Source

Parameters

z  ComplexNumber
Complex number to be raised to power y.
y  Double
Power to raise ComplexNumberz.

Return Value

ComplexNumber
ComplexNumber representing the result of the operation.
See Also