BloombergLP::bdldfp::DecimalImpUtil::subtract

Return the difference of lhs and rhs.

Synopsis

Declared in <bdldfp_decimalimputil.h>

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

Return Value

the difference of lhs and rhs

Parameters

NameDescription
lhsleft-hand operand
rhsright-hand operand