Section 24.92. isFinite( ): determine whether a number is finite


24.92. isFinite( ): determine whether a number is finite

ECMAScript v1

24.92.1. Synopsis

isFinite(n)

24.92.1.1. Arguments

n

The number to be tested.

24.92.1.2. Returns

true if n is (or can be converted to) a finite number, or false if n is NaN (not a number) or positive or negative infinity.

24.92.2. See Also

Infinity, isNaN( ), NaN, Number.NaN, Number.NEGATIVE_INFINITY, Number.POSITIVE_INFINITY




JavaScript. The Definitive Guide
JavaScript: The Definitive Guide
ISBN: 0596101996
EAN: 2147483647
Year: 2004
Pages: 767

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net