Determines whether the value of the specified float is undefined (Not-a-Number).
- f
- The float to be checked.
true if f represents a NaN value; otherwise false.
Note: Floating-point operations return NaN values to signal that the result of the operation is undefined. For example, dividing (Single) 0.0 by 0.0 results in a NaN value.
Namespace: System
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0