Float.isNaN

Float.isNaN

Class Overview | Class Members | This Package | All Packages

Syntax
public boolean isNaN()
Returns
true if the value represented by this object is NaN; false otherwise.
Description
Returns true if this Float value is Not-a-Number (NaN).