Class ReplacementForFloat
java.lang.Object
de.inetsoftware.jwebassembly.api.java.lang.ReplacementForFloat
Replacement methods for the class java.lang.Float.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) static int
floatToRawIntBits
(float value) Replacement for Float.floatToRawIntBits(float)(package private) static float
intBitsToFloat
(int value) Replacement for Float.intBitsToFloat(int)
-
Constructor Details
-
ReplacementForFloat
ReplacementForFloat()
-
-
Method Details
-
floatToRawIntBits
static int floatToRawIntBits(float value) Replacement for Float.floatToRawIntBits(float) -
intBitsToFloat
static float intBitsToFloat(int value) Replacement for Float.intBitsToFloat(int)
-