greater overloads
Synopses
Declared in <bdldfp_decimalimputil.h>
Return true if lhs is greater than rhs.
static
bool
greater(
ValueType128 lhs,
ValueType128 rhs);
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:
static
bool
greater(
ValueType32 lhs,
ValueType32 rhs);
Return true if lhs is greater than rhs.
static
bool
greater(
ValueType64 lhs,
ValueType64 rhs);
Created with MrDocs