Phasor Conversion (Phasor to Complex)
Implicitly converts a
Phasor to a
Complex.
Namespace: Gemstone.Numeric.EEAssembly: Gemstone.Numeric (in Gemstone.Numeric.dll) Version: 1.0.153 -- Release Build+88e5b9fcb7020e49fc8b77ccd3dce9d12aec29b6
public static implicit operator Complex (
Phasor phasor
)
Public Shared Widening Operator CType (
phasor As Phasor
) As Complex
static implicit operator Complex (
Phasor phasor
)
JavaScript does not support the declaration of new casting operators.
- phasor Phasor
- Operand.
ComplexComplexNumber representing the result of the operation.