ComplexImaginaryOne Property |
Defines the imaginary number in the context of the complex structure
Equivalent to Complex.I
Namespace: RelaxIS_SDK.libMathAssembly: RelaxIS SDK (in RelaxIS SDK.dll) Version: 3.0.23.63
Syntax public static Complex ImaginaryOne { get; }
Public Shared ReadOnly Property ImaginaryOne As Complex
Get
Dim value As Complex
value = Complex.ImaginaryOne
Property Value
Complexi
Return Value
ComplexNew Complex(0, 1)
See Also