Float.NEGATIVE_INFINITY

A constant holding the negative infinity of type {@code float}. It is equal to the value returned by {@code Float.intBitsToFloat(0xff800000)}.

class Float
enum float NEGATIVE_INFINITY;

Meta