Sun Chili!Soft ASP Sun Chili!Soft
ASP Sun Microsystems

 

JScript Global Object isFinite Method

Determines if a supplied number is finite.

Syntax: JScript Global Object isFinite Method

isFinite(number)

Arguments: JScript Global Object isFinite Method

number

Required numeric value.

Remarks: JScript Global Object isFinite Method

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 2002 Sun Microsystems, Inc. All rights reserved. Legal Notice.