Complex<T>.I Field

Represents the square root of -1.

Definition

Namespace: Extreme.Mathematics
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
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