[#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. The value of a `Decimal32` object `lhs` is greater or equal to a `Decimal32` 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"] ---- 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. 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"] ---- 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. The value of a decimal object `lhs` is greater or equal to a decimal 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"] ---- 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..._]# Decimal arithmetic/comparison operation: `bool operator>=`. [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. The value of a `Decimal128` object `lhs` is greater or equal to a `Decimal128` 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"] ---- 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. The value of a decimal object `lhs` is greater or equal to a decimal 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"] ---- 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..._]# Decimal arithmetic/comparison operation: `bool operator>=`. [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..._]# Decimal arithmetic/comparison operation: `bool operator>=`. [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..._]# Decimal arithmetic/comparison operation: `bool operator>=`. [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..._]# [.small]#Created with https://www.mrdocs.com[MrDocs]#