BloombergLP::bdldfp::DecimalImpUtil_IntelDfp::notEqual

notEqual overloads

Synopses

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...

Return Value

true if lhs and rhs are not equal

Parameters

NameDescription
lhsleft-hand decimal value
rhsright-hand decimal value