isUnordered overloads
Declared in <bdldfp_decimalutil.h>
Same as the related overload above for isUnordered.
static
bool
isUnordered(
Decimal128 x,
Decimal128 y);
» more...
Return true if either (or both) of the specified x and y arguments is a NaN, or false otherwise.
static
bool
isUnordered(
Decimal32 x,
Decimal32 y);
» more...
Return true if either argument is a NaN.
static
bool
isUnordered(
Decimal64 x,
Decimal64 y);
» more...