Return the difference of lhs and rhs.
Declared in <bdldfp_decimalimputil.h>
Return the difference of lhs and rhs.
static
DecimalImpUtil::ValueType128
subtract(
ValueType128 lhs,
ValueType128 rhs);
» more...
Return the difference of lhs and rhs.
static
DecimalImpUtil::ValueType32
subtract(
ValueType32 lhs,
ValueType32 rhs);
» more...
Return the difference of lhs and rhs.
static
DecimalImpUtil::ValueType64
subtract(
ValueType64 lhs,
ValueType64 rhs);
» more...
the difference of lhs and rhs
| Name | Description |
|---|---|
| lhs | left-hand operand |
| rhs | right-hand operand |