Complex<T>.Zero Field

Represents the complex number zero.

Definition

Namespace: Numerics.NET
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
C#
public static readonly Complex<T> Zero

Field Value

Complex<T>

Remarks

This complex number has its real part and its imaginary part equal to zero.

See Also