[#BloombergLP-bdldfp-operator_minus-0d8] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdldfp.adoc[bdldfp]::operator‐ :relfileprefix: ../../ :mrdocs: Return the difference of the specified `lhs` minus `rhs`. == Synopsis Declared in `<bdldfp_decimal.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BloombergLP/bdldfp/Decimal128.adoc[bdldfp::Decimal128] operator‐( unsigned int lhs, xref:BloombergLP/bdldfp/Decimal128.adoc[Decimal128] rhs); ---- == Return Value difference of the specified `lhs` minus `rhs` == Parameters [cols="1,4"] |=== | Name| Description | *lhs* | left‐hand operand | *rhs* | right‐hand operand |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#