See
Also Applies To
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 methods.
Alternatively, a variable could be compared to itself. If it compares as
unequal it is NaN. This is because NaN is the only value which
is not equal to itself.
Note that isNaN is totally useless for checking that input is numerical.
It passes '', ' ' and null as being numerical. Instead test
parseInt ( number )
file: /Techref/inet/iis/jscript/htm/js412.htm,
2KB, , updated: 2007年6月22日 14:31, local time: 2025年9月9日 06:51,
©2025 These pages are served without commercial sponsorship. (No popup ads, etc...).Bandwidth abuse increases hosting cost forcing sponsorship or shutdown. This server aggressively defends against automated copying for any reason including offline viewing, duplication, etc... Please respect this requirement and DO NOT RIP THIS SITE.
Questions?<A HREF="http://techref.massmind.org/techref/inet/iis/jscript/htm/js412.htm"> isNaN Method</A>
Did you find what you needed?
Welcome to massmind.org!
Welcome to techref.massmind.org!
.