Package org.teavm.jso.core
Class JSNumber
java.lang.Object
org.teavm.jso.core.JSNumber
- All Implemented Interfaces:
org.teavm.jso.JSObject
-
Method Summary
Modifier and TypeMethodDescriptionfinal byte
final char
final double
final float
final int
intValue()
final 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) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.teavm.jso.JSObject
cast
-
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
-