isFinite()

Tests a value to see if it is a number that is also finite.

This function is valid in v2.1.0 to v2.24.3. This function has been downloaded 61 times.

Parameter

{number|*} value
The value to be tested to see if it is a number and is finite.

Returns

{boolean}
true if value is a number and is finite, otherwise false is returned.