BloombergLP::bdldfp::DecimalUtil::isFinite

Return true if the specified x is not an infinity value or NaN and false otherwise. Note that this is equivalent to classify(x) != FP_INFINITE && classify(x) != FP_NAN.

Synopsis

Declared in <bdldfp_decimalutil.h>

static
bool
isFinite(Decimal32 x);