[#BloombergLP-bdldfp-operator_le-03] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdldfp.adoc[bdldfp]::operator<= :relfileprefix: ../../ :mrdocs: Return `true` if `lhs` is less than or equal to `rhs`, and `false` otherwise. == Synopsis Declared in `<bdldfp_decimal.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- bool operator<=( xref:BloombergLP/bdldfp/Decimal128.adoc[Decimal128] lhs, xref:BloombergLP/bdldfp/Decimal64.adoc[Decimal64] rhs); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#