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

/libcore/ojluni/src/main/java/java/lang/
H A DFloat.java34 * The {@code Float} class wraps a value of primitive type
36 * {@code Float} contains a single field whose type is
50 public final class Float extends Number implements Comparable<Float> { class in inherits:Number,Comparable
54 * {@code Float.intBitsToFloat(0x7f800000)}.
61 * {@code Float.intBitsToFloat(0xff800000)}.
68 * {@code Float.intBitsToFloat(0x7fc00000)}.
77 * {@code Float.intBitsToFloat(0x7f7fffff)}.
85 * equal to {@code Float.intBitsToFloat(0x00800000)}.
95 * and also equal to {@code Float
513 public Float(float value) { method in class:Float
523 public Float(double value) { method in class:Float
538 public Float(String s) throws NumberFormatException { method in class:Float
[all...]

Completed in 43 milliseconds