Double.NEGATIVE_INFINITY

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

class Double
enum double NEGATIVE_INFINITY;

Meta