[#BloombergLP-bdldfp-operator_lt-08] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdldfp.adoc[bdldfp]::operator< :relfileprefix: ../../ :mrdocs: Less‐than operators == Synopses Declared in `<bdldfp_decimal.h>` Return `true` if the specified `lhs` has a value less than the specified `rhs` and `false` otherwise. The value of a `Decimal32` object `lhs` is less than that of an object `rhs` if the `compareQuietLess` operation (IEEE‐754 defined, non‐total ordering comparison) considers the underlying IEEE representation of `lhs` to be less than of that of `rhs`. In other words, `lhs` is less than `rhs` if: [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- bool xref:BloombergLP/bdldfp/operator_lt-07.adoc[operator<]( xref:BloombergLP/bdldfp/Decimal32.adoc[Decimal32] lhs, xref:BloombergLP/bdldfp/Decimal32.adoc[Decimal32] rhs); ---- [.small]#xref:BloombergLP/bdldfp/operator_lt-07.adoc[_» more..._]# Return `true` if the specified `lhs` has a value less than the specified `rhs` and `false` otherwise. The value of a `Decimal64` object `lhs` is less than that of an object `rhs` if the `compareQuietLess` operation (IEEE‐754 defined, non‐total ordering comparison) considers the underlying IEEE representation of `lhs` to be less than of that of `rhs`. In other words, `lhs` is less than `rhs` if: [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- bool xref:BloombergLP/bdldfp/operator_lt-06.adoc[operator<]( xref:BloombergLP/bdldfp/Decimal64.adoc[Decimal64] lhs, xref:BloombergLP/bdldfp/Decimal64.adoc[Decimal64] rhs); ---- [.small]#xref:BloombergLP/bdldfp/operator_lt-06.adoc[_» more..._]# Return `true` if the specified `lhs` has a value less than the specified `rhs` and `false` otherwise. The value of a decimal object `lhs` is less than that of an object `rhs` if the `compareQuietLess` operation (IEEE‐754 defined, non‐total ordering comparison) considers the underlying IEEE representation of `lhs` to be less than of that of `rhs`. In other words, `lhs` is less than `rhs` if: [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- bool xref:BloombergLP/bdldfp/operator_lt-0ae.adoc[operator<]( xref:BloombergLP/bdldfp/Decimal32.adoc[Decimal32] lhs, xref:BloombergLP/bdldfp/Decimal64.adoc[Decimal64] rhs); ---- [.small]#xref:BloombergLP/bdldfp/operator_lt-0ae.adoc[_» more..._]# Decimal arithmetic/comparison operation: `bool operator<`. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- bool xref:BloombergLP/bdldfp/operator_lt-0b.adoc[operator<]( xref:BloombergLP/bdldfp/Decimal64.adoc[Decimal64] lhs, xref:BloombergLP/bdldfp/Decimal32.adoc[Decimal32] rhs); ---- [.small]#xref:BloombergLP/bdldfp/operator_lt-0b.adoc[_» more..._]# Return `true` if the specified `lhs` has a value less than the specified `rhs` and `false` otherwise. The value of a `Decimal128` object `lhs` is less than that of an object `rhs` if the `compareQuietLess` operation (IEEE‐754 defined, non‐total ordering comparison) considers the underlying IEEE representation of `lhs` to be less than of that of `rhs`. In other words, `lhs` is less than `rhs` if: [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- bool xref:BloombergLP/bdldfp/operator_lt-0a2.adoc[operator<]( xref:BloombergLP/bdldfp/Decimal128.adoc[Decimal128] lhs, xref:BloombergLP/bdldfp/Decimal128.adoc[Decimal128] rhs); ---- [.small]#xref:BloombergLP/bdldfp/operator_lt-0a2.adoc[_» more..._]# Return `true` if the specified `lhs` has a value less than the specified `rhs` and `false` otherwise. The value of a decimal object `lhs` is less than that of an object `rhs` if the `compareQuietLess` operation (IEEE‐754 defined, non‐total ordering comparison) considers the underlying IEEE representation of `lhs` to be less than of that of `rhs`. In other words, `lhs` is less than `rhs` if: [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- bool xref:BloombergLP/bdldfp/operator_lt-03.adoc[operator<]( xref:BloombergLP/bdldfp/Decimal32.adoc[Decimal32] lhs, xref:BloombergLP/bdldfp/Decimal128.adoc[Decimal128] rhs); ---- [.small]#xref:BloombergLP/bdldfp/operator_lt-03.adoc[_» more..._]# Decimal arithmetic/comparison operation: `bool operator<`. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- bool xref:BloombergLP/bdldfp/operator_lt-0a6.adoc[operator<]( xref:BloombergLP/bdldfp/Decimal128.adoc[Decimal128] lhs, xref:BloombergLP/bdldfp/Decimal32.adoc[Decimal32] rhs); ---- [.small]#xref:BloombergLP/bdldfp/operator_lt-0a6.adoc[_» more..._]# Decimal arithmetic/comparison operation: `bool operator<`. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- bool xref:BloombergLP/bdldfp/operator_lt-02.adoc[operator<]( xref:BloombergLP/bdldfp/Decimal64.adoc[Decimal64] lhs, xref:BloombergLP/bdldfp/Decimal128.adoc[Decimal128] rhs); ---- [.small]#xref:BloombergLP/bdldfp/operator_lt-02.adoc[_» more..._]# Decimal arithmetic/comparison operation: `bool operator<`. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- bool xref:BloombergLP/bdldfp/operator_lt-09.adoc[operator<]( xref:BloombergLP/bdldfp/Decimal128.adoc[Decimal128] lhs, xref:BloombergLP/bdldfp/Decimal64.adoc[Decimal64] rhs); ---- [.small]#xref:BloombergLP/bdldfp/operator_lt-09.adoc[_» more..._]# [.small]#Created with https://www.mrdocs.com[MrDocs]#