Double.POSITIVE_INFINITY

A constant holding the positive infinity of type {@code double}. It is equal to the value returned by {@code Double.longBitsToDouble(0x7ff0000000000000L)}.

class Double
enum double POSITIVE_INFINITY;

Meta