Float.isInfinite

Returns {@code true} if this {@code Float} value is infinitely large in magnitude, {@code false} otherwise.

@return {@code true} if the value represented by this object is positive infinity or negative infinity; {@code false} otherwise.

  1. bool isInfinite()
    class Float
    bool
    isInfinite
    ()
  2. bool isInfinite(float v)

Meta