BloombergLP::bdldfp::DecimalUtil::isFinite

Same as the related overload above for isFinite.

Synopsis

Declared in <bdldfp_decimalutil.h>

static
bool
isFinite(Decimal128 x);

Return Value

true if x is neither infinity nor NaN, and false otherwise

Parameters

NameDescription
xvalue to classify