Return the product of lhs and rhs.
Declared in <bdldfp_decimalimputil.h>
static
DecimalImpUtil::ValueType128
multiply(
ValueType128 lhs,
ValueType128 rhs);
the product of lhs and rhs
| Name | Description |
|---|---|
| lhs | left-hand operand |
| rhs | right-hand operand |