| Package | Description |
|---|---|
| java.lang |
| Modifier and Type | Method and Description |
|---|---|
static Float |
Float.valueOf(float i)
Returns the object instance of i
|
static Float |
Float.valueOf(String s)
Returns the floating point value represented by the specified String.
|
| Modifier and Type | Method and Description |
|---|---|
int |
Float.compareTo(Float f) |
Copyright © 2023. All rights reserved.