Double.isInfinite

Returns {@code true} if the specified number is infinitely large in magnitude, {@code false} otherwise.

@param v the value to be tested. @return {@code true} if the value of the argument is positive infinity or negative infinity; {@code false} otherwise.

  1. bool isInfinite()
  2. bool isInfinite(double v)
    class Double
    static
    bool
    isInfinite
    (
    double v
    )

Meta