7.19.4 isFinite Method

Determines if a supplied number is finite.
Syntax
isFinite(number)
Arguments
- number
- 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.
Copyright © 2000 Chili!Soft
|