Complex<T>.I Field

Represents the square root of -1.

Definition

Namespace: Numerics.NET
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
C#
public static readonly Complex<T> I

Field Value

Complex<T>

Remarks

This complex number has its real part equal to zero and its imaginary part equal to one.

See Also