Quick References
      ADO
      ASP
      CSS2
      HTML
      JavaScript
      Jet SQL
      VBScript
      WML
      WMLScript
      WSH
      XHTML
      XML DOM
      XSLT

Features
      Knowledge Base
      Tutorials

Partners
     ZVON.ORG
     XML
     Planet Source Code
     VisualBuilder
     Web Design
     Your HTML Source
     XML/XSLT Forums
     ASPAlliance
     Scripts
     
     Programmers Heaven
     Tek-Tips Forums
     Developer Fusion
     Code Project











Primitive Value:  NaN


NaN
 
In ECMAScript, NaN is classified as a primitive value.
 
NaN means "Not-a-Number". It is used to signify that a value is not a legal number.
 
Note that the primitive value, Infinity, is used to signify that a number, 1.5x10321 for example, has exceeded the defined range of legal values for a floating point number in JavaScript.
 
You can use the isNan function to test a value to see if it is NaN.

 


Copyright 1999-2005 by Infinite Software Solutions, Inc. All rights reserved.
Trademark Information