- 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.