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