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, toStringSmall
public Float()
public Float(float v)
public Float(String v)
public int intValue()
public float floatValue()
floatValue
in class Number
public double doubleValue()
doubleValue
in class Number
public long longValue()
Copyright © 2020–2024 Prolobjectlink Project. All rights reserved.