[#BloombergLP-bdldfp-operator_ge-0d] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdldfp.adoc[bdldfp]::operator>= :relfileprefix: ../../ :mrdocs: Greater‐than‐or‐equal operators == Synopses Declared in `<bdldfp_decimal.h>` Return `true` if the specified `lhs` has a value greater than or equal to the value of the specified `rhs` and `false` otherwise. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- bool xref:BloombergLP/bdldfp/operator_ge-00.adoc[operator>=]( xref:BloombergLP/bdldfp/Decimal32.adoc[Decimal32] lhs, xref:BloombergLP/bdldfp/Decimal32.adoc[Decimal32] rhs); ---- [.small]#xref:BloombergLP/bdldfp/operator_ge-00.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. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- bool xref:BloombergLP/bdldfp/operator_ge-0b.adoc[operator>=]( xref:BloombergLP/bdldfp/Decimal64.adoc[Decimal64] lhs, xref:BloombergLP/bdldfp/Decimal64.adoc[Decimal64] rhs); ---- [.small]#xref:BloombergLP/bdldfp/operator_ge-0b.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. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- bool xref:BloombergLP/bdldfp/operator_ge-070.adoc[operator>=]( xref:BloombergLP/bdldfp/Decimal32.adoc[Decimal32] lhs, xref:BloombergLP/bdldfp/Decimal64.adoc[Decimal64] rhs); ---- [.small]#xref:BloombergLP/bdldfp/operator_ge-070.adoc[_» more..._]# Return `true` if `lhs` is greater than or equal to `rhs`. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- bool xref:BloombergLP/bdldfp/operator_ge-03.adoc[operator>=]( xref:BloombergLP/bdldfp/Decimal64.adoc[Decimal64] lhs, xref:BloombergLP/bdldfp/Decimal32.adoc[Decimal32] rhs); ---- [.small]#xref:BloombergLP/bdldfp/operator_ge-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. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- bool xref:BloombergLP/bdldfp/operator_ge-02.adoc[operator>=]( xref:BloombergLP/bdldfp/Decimal128.adoc[Decimal128] lhs, xref:BloombergLP/bdldfp/Decimal128.adoc[Decimal128] rhs); ---- [.small]#xref:BloombergLP/bdldfp/operator_ge-02.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. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- bool xref:BloombergLP/bdldfp/operator_ge-01.adoc[operator>=]( xref:BloombergLP/bdldfp/Decimal32.adoc[Decimal32] lhs, xref:BloombergLP/bdldfp/Decimal128.adoc[Decimal128] rhs); ---- [.small]#xref:BloombergLP/bdldfp/operator_ge-01.adoc[_» more..._]# Return `true` if `lhs` is greater than or equal to `rhs`. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- bool xref:BloombergLP/bdldfp/operator_ge-0a.adoc[operator>=]( xref:BloombergLP/bdldfp/Decimal128.adoc[Decimal128] lhs, xref:BloombergLP/bdldfp/Decimal32.adoc[Decimal32] rhs); ---- [.small]#xref:BloombergLP/bdldfp/operator_ge-0a.adoc[_» more..._]# Return `true` if `lhs` is greater than or equal to `rhs`. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- bool xref:BloombergLP/bdldfp/operator_ge-0f.adoc[operator>=]( xref:BloombergLP/bdldfp/Decimal64.adoc[Decimal64] lhs, xref:BloombergLP/bdldfp/Decimal128.adoc[Decimal128] rhs); ---- [.small]#xref:BloombergLP/bdldfp/operator_ge-0f.adoc[_» more..._]# Return `true` if `lhs` is greater than or equal to `rhs`. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- bool xref:BloombergLP/bdldfp/operator_ge-078.adoc[operator>=]( xref:BloombergLP/bdldfp/Decimal128.adoc[Decimal128] lhs, xref:BloombergLP/bdldfp/Decimal64.adoc[Decimal64] rhs); ---- [.small]#xref:BloombergLP/bdldfp/operator_ge-078.adoc[_» more..._]# == Return Value * `true` if the specified `lhs` has a value greater than or equal to the value of the specified `rhs` and `false` otherwise * `true` if `lhs` is greater than or equal to `rhs` == Parameters [cols="1,4"] |=== | Name| Description | *lhs* | left‐hand operand | *rhs* | right‐hand operand |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#