public class Float extends Number
| Modifier and Type | Method and Description |
|---|---|
double |
doubleValue()
Returns the value of the Float as double
|
boolean |
equals(Object n) |
float |
floatValue()
Returns the value of the Float as float
|
int |
intValue()
Returns the value of the Float as int
|
long |
longValue()
Returns the value of the Float as long
|
String |
toString() |
compareDoubleValues, create, getIntegerNumber, toStringSmallpublic Float()
public Float(float v)
public Float(String v)
public int intValue()
public float floatValue()
floatValue in class Numberpublic double doubleValue()
doubleValue in class Numberpublic long longValue()
Copyright © 2020–2024 Prolobjectlink Project. All rights reserved.