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