[#BloombergLP-bdldfp-DecimalImpUtil-lessEqual-05] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdldfp.adoc[bdldfp]::xref:BloombergLP/bdldfp/DecimalImpUtil.adoc[DecimalImpUtil]::lessEqual :relfileprefix: ../../../ :mrdocs: Return `true` if `lhs` is less than or equal to `rhs`. == Synopsis Declared in `<bdldfp_decimalimputil.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static bool lessEqual( xref:BloombergLP/bdldfp/DecimalImpUtil/ValueType64.adoc[ValueType64] lhs, xref:BloombergLP/bdldfp/DecimalImpUtil/ValueType64.adoc[ValueType64] rhs); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#