Uses of Class
java.lang.Float
-
Packages that use Float Package Description java.lang -
-
Uses of Float in java.lang
Methods in java.lang that return Float Modifier and Type Method Description static FloatFloat. valueOf(float f)Returns aFloatinstance for the specified float value.static FloatFloat. valueOf(String string)Methods in java.lang with parameters of type Float Modifier and Type Method Description intFloat. compareTo(Float object)Compares this object to the specified float object to determine their relative order.
-