notEqual overloads
Synopses
Declared in <bdldfp_decimalimputil.h>
Return true if lhs and rhs are not equal, and false otherwise.
static
bool
notEqual(
ValueType128 lhs,
ValueType128 rhs);
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);
Convert the specified 128‐bit decimal value to a 32‐bit decimal value.
static
bool
notEqual(
ValueType64 lhs,
ValueType64 rhs);
Created with MrDocs