Double.isNaN

Double.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 Double value is the special Not-a-Number (NaN) value.