Double.isFinite

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

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

class Double
static
bool
isFinite
(
double d
)

Meta