[#BloombergLP-bdldfp-DecimalImpUtil_IntelDfp-lessEqual-0c] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdldfp.adoc[bdldfp]::xref:BloombergLP/bdldfp/DecimalImpUtil_IntelDfp.adoc[DecimalImpUtil_IntelDfp]::lessEqual :relfileprefix: ../../../ :mrdocs: `lessEqual` overloads == Synopses Declared in `<bdldfp_decimalimputil_inteldfp.h>` Return `true` if `lhs` is less than or equal to `rhs`, and `false` otherwise. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static bool xref:BloombergLP/bdldfp/DecimalImpUtil_IntelDfp/lessEqual-0a5.adoc[lessEqual]( xref:BloombergLP/bdldfp/DecimalImpUtil_IntelDfp/ValueType128.adoc[ValueType128] lhs, xref:BloombergLP/bdldfp/DecimalImpUtil_IntelDfp/ValueType128.adoc[ValueType128] rhs); ---- [.small]#xref:BloombergLP/bdldfp/DecimalImpUtil_IntelDfp/lessEqual-0a5.adoc[_» more..._]# Return `true` if the specified `lhs` has a value less than or equal the value of the specified `rhs` and `false` otherwise. The value of a `Decimal64` object `lhs` is less than or equal to the value of an object `rhs` if the `compareQuietLessEqual` operation (IEEE‐754 defined, non‐total ordering comparison) considers the underlying IEEE representation of `lhs` to be less or equal to that of `rhs`. In other words, `lhs` is less or equal than `rhs` if: [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static bool xref:BloombergLP/bdldfp/DecimalImpUtil_IntelDfp/lessEqual-03.adoc[lessEqual]( xref:BloombergLP/bdldfp/DecimalImpUtil_IntelDfp/ValueType32.adoc[ValueType32] lhs, xref:BloombergLP/bdldfp/DecimalImpUtil_IntelDfp/ValueType32.adoc[ValueType32] rhs); ---- [.small]#xref:BloombergLP/bdldfp/DecimalImpUtil_IntelDfp/lessEqual-03.adoc[_» more..._]# Return `true` if `lhs` is less than or equal to `rhs`, and `false` otherwise. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static bool xref:BloombergLP/bdldfp/DecimalImpUtil_IntelDfp/lessEqual-0ae.adoc[lessEqual]( xref:BloombergLP/bdldfp/DecimalImpUtil_IntelDfp/ValueType64.adoc[ValueType64] lhs, xref:BloombergLP/bdldfp/DecimalImpUtil_IntelDfp/ValueType64.adoc[ValueType64] rhs); ---- [.small]#xref:BloombergLP/bdldfp/DecimalImpUtil_IntelDfp/lessEqual-0ae.adoc[_» more..._]# [.small]#Created with https://www.mrdocs.com[MrDocs]#