BloombergLP::bdldfp::DecimalImpUtil::multiply

Return the product of lhs and rhs.

Synopsis

Declared in <bdldfp_decimalimputil.h>

static
DecimalImpUtil::ValueType64
multiply(
    ValueType64 lhs,
    ValueType64 rhs);

Return Value

the product of lhs and rhs

Parameters

NameDescription
lhsleft-hand operand
rhsright-hand operand