Float.isFinite

Returns {@code true} if the argument is a finite floating-point value; returns {@code false} otherwise (for NaN and infinity arguments).

@param f the {@code float} value to be tested @return {@code true} if the argument is a finite floating-point value, {@code false} otherwise.

class Float
static
bool
isFinite
(
float f
)

Meta