Phasor   Conversion (Phasor to Complex)

Implicitly converts a Phasor to a Complex.

Definition

Namespace: Gemstone.Numeric.EE
Assembly: Gemstone.Numeric (in Gemstone.Numeric.dll) Version: 1.0.173 -- Release Build+f98ef614814d50c1f66a919b6c587a372a50e4bf
public static implicit operator Complex (
	Phasor phasor
)

Parameters

phasor  Phasor
Operand.

Return Value

Complex
ComplexNumber representing the result of the operation.

See Also