Represents complex NaN, or Not a Number.
Namespace:
Extreme.Mathematics
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public static readonly Complex<T> NaN
Public Shared ReadOnly NaN As Complex(Of T)
public:
static initonly Complex<T> NaN
static val NaN: Complex<'T>
Field Value
Type:
ComplexT
This constant is returned when the result of an
operation is undefined.
NaN is returned when the
result of a floating-point operation involving complex
numbers is undefined. Use IsNaN(ComplexT) to
determine whether a value is not a number. It is not
possible to determine whether a value is not a number
by comparing it to another value equal to
NaN.
Reference