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.248-beta+a497a19de709fd99e2448886199a2c8824265ddf
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