Complex<T>.One Field

Represents the complex number one.

Definition

Namespace: Numerics.NET
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
C#
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.

See Also