Gets a delegate that returns
whether the operand is Not-a-Number.
Namespace:
Extreme.Mathematics
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public static Func<T, bool> IsNaN { get; }
Public Shared ReadOnly Property IsNaN As Func(Of T, Boolean)
Get
public:
static property Func<T, bool>^ IsNaN {
Func<T, bool>^ get ();
}
static member IsNaN : Func<'T, bool> with get
Property Value
Type:
FuncT,
Boolean
Reference