N Number.POSITIVE_INFINITY (Constant/static) Number.POSITIVE_INFINITY (Constant/static) (Web hosting reseller) A mathematical
N Number.POSITIVE_INFINITY (Constant/static) Number.POSITIVE_INFINITY (Constant/static) A mathematical constant value. Availability: ECMAScript edition 2 JavaScript 1.1 JScript 1.0 Internet Explorer 3.02 Netscape 3.0 Netscape Enterprise Server 2.0 Opera 3.0 Property/method value type: Number primitive JavaScript syntax: -Number.POSITIVE_INFINITY This is a constant value representing positive infinity. It should be identical to the Infinity value provided as a property of the Global object in an ECMA-compliant implementation. Refer to the Infinity topic for further discussion. Warnings: . Netscape 2.02 does not understand what Number.POSITIVE_INFINITY is. See also: Arithmetic constant, Infinity, Number.constructor, Special number values Property attributes: ReadOnly, DontDelete, DontEnum. Cross-references: ECMA 262 edition 2 section 15.7.3.6 ECMA 262 edition 3 section 15.7.3.6 O’Reilly JavaScript Definitive Guide page 37 Wrox Instant JavaScript page 15 1559