(BigInteger unscaledVal, int scale)
| 215 | |
| 216 | |
| 217 | public static Decimal valueOf(BigInteger unscaledVal, int scale) |
| 218 | { |
| 219 | return new Decimal(unscaledVal, scale); |
| 220 | } |
| 221 | |
| 222 | public static Decimal valueOf(BigInteger unscaledVal, int scale, |
| 223 | MathContext mc) |