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