multiply overloads
Declared in <bdldfp_decimalimputil.h>
Return the product of the specified decimal values.
static
DecimalImpUtil::ValueType128
multiply(
ValueType128 lhs,
ValueType128 rhs);
» more...
Multiply the value of the specified lhs object by the value of the specified rhs as described by IEEE-754 and return the result.
static
DecimalImpUtil::ValueType32
multiply(
ValueType32 lhs,
ValueType32 rhs);
» more...
Return the product of the specified decimal values.
static
DecimalImpUtil::ValueType64
multiply(
ValueType64 lhs,
ValueType64 rhs);
» more...