Double.isInfinite
Class Overview | Class Members |
This Package |
All Packages
public static boolean isInfinite( double v )
Parameters
- v
- the value to be tested.
Returns
true if the value of the argument is positive
infinity or negative infinity; false otherwise.
Description
Returns true if the specified number is infinitely large in magnitude.