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 Float
Float. valueOf(float f)
Returns aFloat
instance for the specified float value.static Float
Float. valueOf(String string)
Methods in java.lang with parameters of type Float Modifier and Type Method Description int
Float. compareTo(Float object)
Compares this object to the specified float object to determine their relative order.
-