Microsoft® JScript™
isNaN Function
Language Reference |
Version 1 |

See Also


Description

Determines whether a value is the reserved value NaN (not a number).

Syntax

isNaN(numvalue)

The numvalue argument is the value to be tested against NaN.

Remarks

The isNaN function returns true if the value is NaN, and false otherwise. You typically use this function to test return values from the parseInt and parseFloat functions.


© 1997 Microsoft Corporation. All rights reserved.