Double.NaN

A constant holding a Not-a-Number (NaN) value of type {@code double}. It is equivalent to the value returned by {@code Double.longBitsToDouble(0x7ff8000000000000L)}.

class Double
enum double NaN;

Meta