Gets the unit imaginary number I.

Namespace:  Meta.Numerics
Assembly:  Meta.Numerics (in Meta.Numerics.dll) Version: 1.4.0.0 (1.4.0.0)

Syntax

         
 C#  Visual Basic  Visual C++ 
public static Complex I { get; }
Public Shared ReadOnly Property I As Complex
public:
static property Complex I {
	Complex get ();
}

See Also