Descripción
La clase Float representa a un número decimal. Internamente contiene un tipo primitivo float.
Sintaxis
public final class Float extends Number implements Comparable<Float>
Constructores
Campos
- BYTES
- MAX_EXPONENT
- MAX_VALUE
- MIN_EXPONENT
- MIN_NORMAL
- MIN_VALUE
- NaN
- NEGATIVE_INFINITY
- POSITIVE_INFINITY
- SIZE
- TYPE
Métodos
- byteValue()
- compare()
- compareTo()
- doubleValue()
- equals()
- floatToIntBits()
- floatToRawIntBits()
- floatValue()
- hashCode()
- intBitsToFloat()
- intValue()
- isFinite()
- isInfinite()
- isNaN()
- longValue()
- max()
- min()
- parseFloat()
- shortValue()
- sum()
- toHexString()
- toString()
- valueOf()
Ejemplo
Líneas de Código
Vídeos Java
Disfruta también de nuestros artículos sobre Java en formato vídeo. Aprovecha y suscribete a nuestro canal.