Double.isNaN
Class Overview | Class Members |
This Package |
All Packages
public static boolean isNaN( double v )
Parameters
- v
- the value to be tested.
Returns
true if the value of the argument is NaN;
false otherwise.
Description
Returns true if the specified number is the special Not-a-Number (NaN)
value.