Return the product of lhs and rhs.
Synopses
Declared in <bdldfp_decimalimputil.h>
Return the product of lhs and rhs.
static
DecimalImpUtil::ValueType128
multiply(
ValueType128 lhs,
ValueType128 rhs);
Return the product of lhs and rhs.
static
DecimalImpUtil::ValueType32
multiply(
ValueType32 lhs,
ValueType32 rhs);
Return the product of lhs and rhs.
static
DecimalImpUtil::ValueType64
multiply(
ValueType64 lhs,
ValueType64 rhs);
Return Value
the product of lhs and rhs
Parameters
Name |
Description |
lhs |
left‐hand operand |
rhs |
right‐hand operand |
Created with MrDocs