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