Gets the unit imaginary number I.
Namespace:
Meta.Numerics
Assembly:
Meta.Numerics (in Meta.Numerics.dll) Version: 4.1.4
Syntax public static Complex I { get; }
Public Shared ReadOnly Property I As Complex
Get
public:
static property Complex I {
Complex get ();
}
static member I : Complex with get
Property Value
Type:
ComplexThe unit imaginary number.
See Also