Meta.Numerics Library
I Property
Meta.NumericsMeta.NumericsComplexMathI
Gets the unit imaginary number I.
Declaration Syntax
C#Visual BasicVisual C++F#
public static Complex I { get; }
Public Shared ReadOnly Property I As Complex
	Get
public:
static property Complex I {
	Complex get ();
}
static member I : Complex