multiply overloads
Synopses
Declared in <bdldfp_decimalimputil_inteldfp.h>
Return the product of the specified decimal values.
static
DecimalImpUtil_IntelDfp::ValueType128
multiply(
ValueType128 lhs,
ValueType128 rhs);
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_IntelDfp::ValueType32
multiply(
ValueType32 lhs,
ValueType32 rhs);
Return the product of the specified decimal values.
static
DecimalImpUtil_IntelDfp::ValueType64
multiply(
ValueType64 lhs,
ValueType64 rhs);
Created with MrDocs