Imaginary<T>.I Field
Represents the square root of -1.
Definition
Namespace: Numerics.NET
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
C#
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
public static readonly Imaginary<T> I
Field Value
Imaginary<T>Remarks
This complex number has its real part equal to zero and its imaginary part equal to one.