Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Returns a Boolean value that indicates if a supplied number is finite.
Syntax
isFinite(number)
Remarks
The required number argument is any numeric value.
The isFinite method returns true if number is any value other than NaN, negative infinity, or positive infinity. In those three cases, it returns false.
Requirements
Applies To: Global Object (Windows Scripting - JScript)