notEqual overloads
Declared in <bdldfp_decimalimputil_inteldfp.h>
Same as the preceding overload for ValueType128.
static
bool
notEqual(
ValueType128 lhs,
ValueType128 rhs);
» more...
Return whether two decimal values differ.
static
bool
notEqual(
ValueType32 lhs,
ValueType32 rhs);
» more...
Same as the preceding overload for ValueType64.
static
bool
notEqual(
ValueType64 lhs,
ValueType64 rhs);
» more...
true if lhs and rhs are not equal
| Name | Description |
|---|---|
| lhs | left-hand decimal value |
| rhs | right-hand decimal value |