Complex<T>.One Field
Represents the complex number one.
Definition
Namespace: Numerics.NET
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.1.5
C#
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.1.5
public static readonly Complex<T> OneField Value
Complex<T>Remarks
This complex number has its real part equal to one and its imaginary part equal to zero.