isFinite
Returns true if the argument is a finite floating-point value; returns false otherwise (for NaN and infinity arguments).
Return
true if the argument is a finite floating-point value, false otherwise.
Since
1.8
Parameters
d
the double value to be tested
Returns true if the argument is a finite floating-point value; returns false otherwise (for NaN and infinity arguments).
This method corresponds to the isFinite operation defined in IEEE 754.
Return
true if the argument is a finite floating-point value, false otherwise.
Since
1.8
Parameters
f
the float value to be tested