Float.isInfinite

Float.isInfinite

Class Overview | Class Members | This Package | All Packages

Syntax
public static boolean isInfinite( float v )
Parameters
v
the value to be tested.
Returns
true if the argument is positive infinity or negative infinity; false otherwise.
Description
Returns true if the specified number is infinitely large in magnitude.