isFinite Method

From Microsoft Office JScript

Microsoft® JScript® isFinite Method  Language Reference 
Version 3 

See Also                  Applies To


Description

Returns a Boolean value that indicates if a supplied number is finite.

Syntax

isFinite(number)

The number argument is a required numeric value.

Remarks

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.