BloombergLP::bdldfp::DecimalImpUtil::greaterEqual

greaterEqual overloads

Synopses

Declared in <bdldfp_decimalimputil.h>

Return true if lhs is greater than or equal to rhs.

static
bool
greaterEqual(
    ValueType128 lhs,
    ValueType128 rhs);
» 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:

static
bool
greaterEqual(
    ValueType32 lhs,
    ValueType32 rhs);
» more...

Return true if lhs is greater than or equal to rhs.

static
bool
greaterEqual(
    ValueType64 lhs,
    ValueType64 rhs);
» more...