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);

Created with MrDocs