Represents the complex number zero.
Namespace:
Extreme.Mathematics
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public static readonly Complex<T> Zero
Public Shared ReadOnly Zero As Complex(Of T)
public:
static initonly Complex<T> Zero
static val Zero: Complex<'T>
Field Value
Type:
ComplexT
This complex number has its real part and
its imaginary part equal to zero.
Reference