Virtual web hosting - JavaScript Programmer’s Reference Number.NEGATIVE_INFINITY (Constant/static) A mathematical constant
Friday, February 22nd, 2008JavaScript Programmer’s Reference Number.NEGATIVE_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.NEGATIVE_INFINITY This is a constant representing the value negative infinity. It should be identical to a negative sign placed in front of 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.NEGATIVE_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.5 ECMA 262 edition 3 section 15.7.3.5 O’Reilly JavaScript Definitive Guide page 37 Wrox Instant JavaScript page 15 1558