public class BigDecimalFloat
extends java.math.BigDecimal
Constructor and Description |
---|
BigDecimalFloat(java.math.BigInteger unscaledVal,
int scale)
Generate a BigDecimalFloat from an unscaled value and its scale.
|
BigDecimalFloat(java.lang.String str)
Generate a BigDecimalFloat from a string.
|
abs, abs, add, add, byteValueExact, compareTo, divide, divide, divide, divide, divide, divide, divideAndRemainder, divideAndRemainder, divideToIntegralValue, divideToIntegralValue, doubleValue, equals, floatValue, hashCode, intValue, intValueExact, longValue, longValueExact, max, min, movePointLeft, movePointRight, multiply, multiply, negate, negate, plus, plus, pow, pow, precision, remainder, remainder, round, scale, scaleByPowerOfTen, setScale, setScale, setScale, shortValueExact, signum, stripTrailingZeros, subtract, subtract, toBigInteger, toBigIntegerExact, toEngineeringString, toPlainString, toString, ulp, unscaledValue, valueOf, valueOf, valueOf
public BigDecimalFloat(java.math.BigInteger unscaledVal, int scale)
unscaledVal
- - unscaled value of the BigDecimalFloatscale
- - scale of the BigDecimalFloatpublic BigDecimalFloat(java.lang.String str)
str
- - String representation for the BigDecimalFloat