Return true if either (or both) of the specified x and y arguments is a NaN, or false otherwise.

Synopsis

Declared in <bdldfp_decimalutil.h>

static
bool
isUnordered(
    Decimal32 x,
    Decimal32 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