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