Class Conversions
java.lang.Object
org.mozilla.javascript.typedarrays.Conversions
Numeric conversions from section 7 of the ECMAScript 6 standard.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intstatic final intstatic final long -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
EIGHT_BIT
public static final int EIGHT_BIT- See Also:
-
SIXTEEN_BIT
public static final int SIXTEEN_BIT- See Also:
-
THIRTYTWO_BIT
public static final long THIRTYTWO_BIT- See Also:
-
-
Constructor Details
-
Conversions
public Conversions()
-
-
Method Details
-
toInt8
-
toUint8
-
toUint8Clamp
-
toInt16
-
toUint16
-
toInt32
-
toUint32
-