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...
Same as the overload taking Decimal32.
static
bool
isUnordered(
Decimal64 x,
Decimal64 y);
» more...
true if either x or y is NaN, and false otherwise
| Name | Description |
|---|---|
| x | first operand |
| y | second operand |