public abstract class JSNumber extends java.lang.Object implements JSNumberFunctions
hasOwnProperty| Modifier and Type | Field and Description |
|---|---|
protected JSFunction |
constructor
property constructor
|
static JSNumber |
MAX_VALUE
property MAX_VALUE The largest representable number.
|
static JSNumber |
MIN_VALUE
property MIN_VALUE The smallest representable number.
|
static JSNumber |
NaN
property NaN Not-a-number value.
|
static JSNumber |
NEGATIVE_INFINITY
property NEGATIVE_INFINITY Negative infinite value.
|
static JSNumber |
POSITIVE_INFINITY
property POSITIVE_INFINITY Infinite value.
|
JSNumber |
prototype
property prototype
|
| Constructor and Description |
|---|
JSNumber(JSObject value)
Object Number(value)
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waittoExponential, toFixed, toPrecisionhasOwnProperty, isPrototypeOf, propertyIsEnumerable, toLocaleString, toString, valueOfpublic JSNumber prototype
Numberprotected JSFunction constructor
Functionpublic static JSNumber MIN_VALUE
Numberpublic static JSNumber MAX_VALUE
Numberpublic static JSNumber NaN
Numberpublic static JSNumber NEGATIVE_INFINITY
Numberpublic JSNumber(JSObject value)
value - The numeric value of the Number object being created or a value to be converted to a number.