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