public class Double extends Float
Modifier and Type | Method and Description |
---|---|
double |
doubleValue()
Returns the value of the Double as double
|
float |
floatValue()
Returns the value of the Double as float
|
int |
intValue()
Returns the value of the Double as int
|
long |
longValue()
Returns the value of the Double as long
|
String |
toString() |
compareDoubleValues, create, getIntegerNumber, toStringSmall
public Double(double v)
public Double(String v) throws NumberFormatException
NumberFormatException
public final int intValue()
public final float floatValue()
floatValue
in class Float
public final double doubleValue()
doubleValue
in class Float
public final long longValue()
Copyright © 2020–2024 Prolobjectlink Project. All rights reserved.