Float.isNaN

Float.isNaN

Class Overview | Class Members | This Package | All Packages

Syntax
public static boolean isNaN( float v )
Parameters
v
the value to be tested.
Returns
true if the argument is NaN; false otherwise.
Description
Returns true if the specified number is the special Not-a-Number (NaN) value.