0 out of 1 rated this helpful - Rate this topic

NaN Property (Global)

Returns the special value NaN indicating that an expression is not a number.

NaN

The NaN property (not a number) is a member of the Global object, and is made available when the scripting engine is initialized.

NaN does not compare equal to any value, including itself. To test if a value is equivalent to NaN, use the isNaN method of the Global object.

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.