isFinite overloads

Synopses

Declared in <bdldfp_decimalutil.h>

Same as the related overload above for isFinite.

static
bool
isFinite(Decimal128 x);

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.

static
bool
isFinite(Decimal32 x);

Same as the overload taking Decimal32.

static
bool
isFinite(Decimal64 x);

Created with MrDocs