Same as the related overload above for isUnordered.

Synopsis

Declared in <bdldfp_decimalutil.h>

static
bool
isUnordered(
    Decimal128 x,
    Decimal128 y);

Return Value

true if either x or y is NaN, and false otherwise

Parameters

Name

Description

x

first operand

y

second operand

Created with MrDocs