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