Same as the overload taking Decimal32.

Synopsis

Declared in <bdldfp_decimalutil.h>

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