Package org.teavm.jso.core
Class JSNumber
java.lang.Object
org.teavm.jso.core.JSNumber
- All Implemented Interfaces:
JSObject
-
Method Summary
Modifier and TypeMethodDescriptionbyte
char
double
float
int
intValue()
short
static JSNumber
valueOf(byte value)
static JSNumber
valueOf(char value)
static JSNumber
valueOf(double value)
static JSNumber
valueOf(float value)
static JSNumber
valueOf(int value)
static JSNumber
valueOf(short value)
-
Method Details
-
doubleValue
public final double doubleValue() -
intValue
public final int intValue() -
charValue
public final char charValue() -
byteValue
public final byte byteValue() -
shortValue
public final short shortValue() -
floatValue
public final float floatValue() -
valueOf
-
valueOf
-
valueOf
-
valueOf
-
valueOf
-
valueOf
-