BigDecimal

Undocumented in source.

Constructors

this
this(BigInteger val)
Undocumented in source.
this
this(BigInteger unscaledVal, int scale_)
Undocumented in source.
this
this(double val)
Undocumented in source.
this
this(String val)
Undocumented in source.

Members

Functions

abs
BigDecimal abs()
Undocumented in source. Be warned that the author may not have intended to support it.
add
BigDecimal add(BigDecimal val)
Undocumented in source. Be warned that the author may not have intended to support it.
compareTo
int compareTo(BigDecimal val)
Undocumented in source. Be warned that the author may not have intended to support it.
compareTo
int compareTo(Object o)
Undocumented in source. Be warned that the author may not have intended to support it.
divide
BigDecimal divide(BigDecimal val, int roundingMode)
Undocumented in source. Be warned that the author may not have intended to support it.
divide
BigDecimal divide(BigDecimal val, int scale_, int roundingMode)
Undocumented in source. Be warned that the author may not have intended to support it.
doubleValue
double doubleValue()
Undocumented in source. Be warned that the author may not have intended to support it.
equals
bool equals(Object x)
Undocumented in source. Be warned that the author may not have intended to support it.
floatValue
float floatValue()
Undocumented in source. Be warned that the author may not have intended to support it.
hashCode
int hashCode()
Undocumented in source. Be warned that the author may not have intended to support it.
intValue
int intValue()
Undocumented in source. Be warned that the author may not have intended to support it.
longValue
long longValue()
Undocumented in source. Be warned that the author may not have intended to support it.
max
BigDecimal max(BigDecimal val)
Undocumented in source. Be warned that the author may not have intended to support it.
min
BigDecimal min(BigDecimal val)
Undocumented in source. Be warned that the author may not have intended to support it.
movePointLeft
BigDecimal movePointLeft(int n)
Undocumented in source. Be warned that the author may not have intended to support it.
movePointRight
BigDecimal movePointRight(int n)
Undocumented in source. Be warned that the author may not have intended to support it.
multiply
BigDecimal multiply(BigDecimal val)
Undocumented in source. Be warned that the author may not have intended to support it.
negate
BigDecimal negate()
Undocumented in source. Be warned that the author may not have intended to support it.
scale
int scale()
Undocumented in source. Be warned that the author may not have intended to support it.
setScale
BigDecimal setScale(int scale_)
Undocumented in source. Be warned that the author may not have intended to support it.
setScale
BigDecimal setScale(int scale_, int roundingMode)
Undocumented in source. Be warned that the author may not have intended to support it.
signum
int signum()
Undocumented in source. Be warned that the author may not have intended to support it.
subtract
BigDecimal subtract(BigDecimal val)
Undocumented in source. Be warned that the author may not have intended to support it.
toBigInteger
BigInteger toBigInteger()
Undocumented in source. Be warned that the author may not have intended to support it.
toString
String toString()
Undocumented in source. Be warned that the author may not have intended to support it.
unscaledValue
BigInteger unscaledValue()
Undocumented in source. Be warned that the author may not have intended to support it.

Static functions

valueOf
BigDecimal valueOf(long val)
Undocumented in source. Be warned that the author may not have intended to support it.
valueOf
BigDecimal valueOf(long unscaledVal, int scale_)
Undocumented in source. Be warned that the author may not have intended to support it.

Static variables

ROUND_CEILING
int ROUND_CEILING;
Undocumented in source.
ROUND_DOWN
int ROUND_DOWN;
Undocumented in source.
ROUND_FLOOR
int ROUND_FLOOR;
Undocumented in source.
ROUND_HALF_DOWN
int ROUND_HALF_DOWN;
Undocumented in source.
ROUND_HALF_EVEN
int ROUND_HALF_EVEN;
Undocumented in source.
ROUND_HALF_UP
int ROUND_HALF_UP;
Undocumented in source.
ROUND_UNNECESSARY
int ROUND_UNNECESSARY;
Undocumented in source.
ROUND_UP
int ROUND_UP;
Undocumented in source.

Inherited Members

From Number

byteValue
byte byteValue()
Undocumented in source. Be warned that the author may not have intended to support it.
doubleValue
double doubleValue()
Undocumented in source.
floatValue
float floatValue()
Undocumented in source.
intValue
int intValue()
Undocumented in source.
longValue
long longValue()
Undocumented in source.
shortValue
short shortValue()
Undocumented in source. Be warned that the author may not have intended to support it.

Meta