Float

Class Float

All Implemented Interfaces:
Serializable, Comparable<Float>
public final class Float
extends Number
implements Comparable<Float>

The Float class wraps a value of primitive type float in an object. An object of type Float contains a single field whose type is float.

In addition, this class provides several methods for converting a float登录查看完整内容