isUnordered overloads

Synopses

Declared in <bdldfp_decimalutil.h>

Same as the related overload above for isUnordered.

static
bool
isUnordered(
    Decimal128 x,
    Decimal128 y);

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

Same as the overload taking Decimal32.

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