Searched defs:Float (Results 1 - 1 of 1) sorted by relevance

/libcore/luni/src/main/java/java/lang/
H A DFloat.java26 public final class Float extends Number implements Comparable<Float> { class in inherits:Number,Comparable
78 * Equal to {@code Math.getExponent(Float.MAX_VALUE)}.
86 * Equal to {@code Math.getExponent(Float.MIN_NORMAL)}.
99 public static final Class<Float> TYPE
100 = (Class<Float>) float[].class.getComponentType();
101 // Note: Float.TYPE can't be set to "float.class", since *that* is
102 // defined to be "java.lang.Float.TYPE";
113 * Constructs a new {@code Float} with the specified primitive float value.
118 public Float(floa method in class:Float
128 public Float(double value) { method in class:Float
141 public Float(String string) throws NumberFormatException { method in class:Float
[all...]

Completed in 37 milliseconds