Float.POSITIVE_INFINITY

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

class Float
enum float POSITIVE_INFINITY;

Meta