Double.isInfinite

Returns {@code true} if this {@code Double} 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 Double
    bool
    isInfinite
    ()
  2. bool isInfinite(double v)

Meta