notEqual overloads
Declared in <bdldfp_decimalimputil.h>
Return true if lhs and rhs are not equal, and false otherwise.
static
bool
notEqual(
ValueType128 lhs,
ValueType128 rhs);
» more...
Return false if the specified lhs and rhs have the same value, and true otherwise. Two decimal objects have the same value if the compareQuietEqual operation (IEEE-754 defined, non-total ordering comparison) considers the underlying IEEE representations equal. In other words, two decimal objects have the same value if:
static
bool
notEqual(
ValueType32 lhs,
ValueType32 rhs);
» more...
Convert the specified 128-bit decimal value to a 32-bit decimal value.
static
bool
notEqual(
ValueType64 lhs,
ValueType64 rhs);
» more...