BigDecimal whose value is this*rhs, using fixed point arithmetic. The same as {@link #add(BigDecimal,MathContext)}, where the BigDecimal is rhs, and the context is new MathContext(0, MathContext.PLAIN).
The length of the decimal part (the scale) of the result will be the sum of the scales of the operands, if they were formatted without exponential notation.
@param rhs The BigDecimal for the right hand side ofthe multiplication.
@return A BigDecimal whose value isthis*rhs, using fixed point arithmetic.
@stable ICU 2.0
| |