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