next up previous contents
Next: trace Up: Methods Previous: isNAN   Contents


isFinit

Description

Determines if a supplied number is finite.


Syntax

isFinite(value)


Parameters

value
The value to be tested..


Returns

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-2007 Shanghai TopCMM Software Technologies. All Rights Reserved.