Same as the related overload above for isNan.

Synopsis

Declared in <bdldfp_decimalutil.h>

static
bool
isNan(Decimal64 x);

Return Value

true if x is NaN, and false otherwise

Parameters

Name

Description

x

value to classify

Created with MrDocs