Microsoft®
JScript isNaN Method |
Language Reference Version 1
|
Determines whether a value is the reserved value NaN (not a number).
isNaN(numvalue)The numvalue argument is the value to be tested against NaN.
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: 2024/9/11 02:50,
35.171.45.182:LOG IN
|
©2024 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://www.piclist.com/techref/inet/iis/jscript/htm/js412.htm"> isNaN Method</A> |
Did you find what you needed? |
PICList 2024 contributors:
o List host: MIT, Site host massmind.org, Top posters @none found - Page Editors: James Newton, David Cary, and YOU! * Roman Black of Black Robotics donates from sales of Linistep stepper controller kits. * Ashley Roll of Digital Nemesis donates from sales of RCL-1 RS232 to TTL converters. * Monthly Subscribers: Gregg Rew. on-going support is MOST appreciated! * Contributors: Richard Seriani, Sr. |
Welcome to www.piclist.com! |
.