public class Long extends Object
Modifier and Type | Method and Description |
---|---|
void |
$init(Object value)
Constructor.
|
String |
$toLocaleString()
Returns a Locale-dependent string for this long integer.
|
String |
$toString()
Returns a string for this long integer
To have a Locale-dependent string, use
$toLocaleString()
instead. |
void |
scale(int digits)
Scales the number as value * 10 ^ digits.
|
$init, $instanceof, $super, $super, $supers, $supers, afterInit, isAssignableFrom, isInstance, proxy
public void $init(Object value)
value
- a number or a stringpublic void scale(int digits)
digits
- the number of digits to scale.
If zero, nothing changed.public String $toString()
$toLocaleString()
instead.public String $toLocaleString()
Copyright © 2005-2023 Potix Corporation. All Rights Reserved.