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, toStringSmallpublic Double(double v)
public Double(String v) throws NumberFormatException
NumberFormatExceptionpublic final int intValue()
public final float floatValue()
floatValue in class Floatpublic final double doubleValue()
doubleValue in class Floatpublic final long longValue()
Copyright © 2020–2024 Prolobjectlink Project. All rights reserved.