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