Gets a value indicating whether the value is not-a-number.
Namespace:
Meta.Numerics.Extended
Assembly:
Meta.Numerics (in Meta.Numerics.dll) Version: 4.1.4
Syntax public bool IsNaN { get; }
Public ReadOnly Property IsNaN As Boolean
Get
public:
property bool IsNaN {
bool get ();
}
member IsNaN : bool with get
Property Value
Type:
BooleanSee Also