MACROMEDIA FLASH MX 2004 - ACTIONSCRIPT Reference Manual page 407

Actionscript reference guide
Hide thumbs Also See for FLASH MX 2004 - ACTIONSCRIPT:
Table of Contents

Advertisement

Example
The following are examples of return values for
isFinite(56)
// returns true
isFinite(Number.POSITIVE_INFINITY)
// returns false
isNaN()
Availability
Flash Player 5.
Usage
isNaN(expression)
Parameters
A Boolean, variable, or other expression to be evaluated.
expression
Returns
A Boolean value.
Description
Function; evaluates the parameter and returns
the presence of mathematical errors.
Example
The following code illustrates return values for the
isNaN("Tree")
// returns true
isNaN(56)
// returns false
isNaN(Number.POSITIVE_INFINITY)
// returns false
See also
,
NaN
Number.NaN
:
isFinite
if the value is not a number (
true
function.
isNaN
), indicating
NaN
isNaN()
407

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the FLASH MX 2004 - ACTIONSCRIPT and is the answer not in the manual?

Subscribe to Our Youtube Channel

Table of Contents