Class JSNumber
java.lang.Object
org.fife.rsta.ac.js.ecma.api.ecma3.JSNumber
- All Implemented Interfaces:
JSNumberFunctions, JSObjectFunctions
Object Number
- Since:
- Standard ECMA-262 3rd. Edition
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected JSFunctionproperty constructorstatic JSNumberproperty MAX_VALUE The largest representable number.static JSNumberproperty MIN_VALUE The smallest representable number.static JSNumberproperty NaN Not-a-number value.static JSNumberproperty NEGATIVE_INFINITY Negative infinite value.static JSNumberproperty POSITIVE_INFINITY Infinite value.property prototype -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface JSNumberFunctions
toExponential, toFixed, toPrecisionMethods inherited from interface JSObjectFunctions
hasOwnProperty, isPrototypeOf, propertyIsEnumerable, toLocaleString, toString, valueOf
-
Field Details
-
prototype
property prototype- Since:
- Standard ECMA-262 3rd. Edition, Level 2 Document Object Model Core Definition.
- See Also:
-
constructor
property constructor- Since:
- Standard ECMA-262 3rd. Edition, Level 2 Document Object Model Core Definition.
- See Also:
-
MIN_VALUE
property MIN_VALUE The smallest representable number.- Since:
- Standard ECMA-262 3rd. Edition, Level 2 Document Object Model Core Definition.
- See Also:
-
MAX_VALUE
property MAX_VALUE The largest representable number.- Since:
- Standard ECMA-262 3rd. Edition, Level 2 Document Object Model Core Definition.
- See Also:
-
NaN
property NaN Not-a-number value.- Since:
- Standard ECMA-262 3rd. Edition, Level 2 Document Object Model Core Definition.
- See Also:
-
NEGATIVE_INFINITY
property NEGATIVE_INFINITY Negative infinite value.- Since:
- Standard ECMA-262 3rd. Edition, Level 2 Document Object Model Core Definition.
- See Also:
-
POSITIVE_INFINITY
property POSITIVE_INFINITY Infinite value.- Since:
- Standard ECMA-262 3rd. Edition, Level 2 Document Object Model Core Definition.
- See Also:
-
-
Constructor Details
-
JSNumber
Object Number(value)- Parameters:
value- The numeric value of the Number object being created or a value to be converted to a number.- Since:
- Standard ECMA-262 3rd. Edition, Level 2 Document Object Model Core Definition.
-