Determines whether the value of the specified double
is undefined (Not-a-Number).
[Edit]
[System.Runtime.ConstrainedExecution.ReliabilityContract(System.Runtime.ConstrainedExecution.Consistency.WillNotCorruptState, System.Runtime.ConstrainedExecution.Cer.Success)] public static bool IsNaN (double d) |
|
Parameters
- d
- The double to be checked.
[Edit]
Returns
true if d represents a NaN
value; otherwise false.
[Edit]
Remarks
Requirements
Namespace: System
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0