isInf overloads
Declared in <bdldfp_decimalutil.h>
Same as the related overload above for isInf.
static
bool
isInf(Decimal128 x);
» more...
Return true if the specified x is an infinity value and false otherwise. Note that this is equivalent to classify(x) == FP_INFINITE.
static
bool
isInf(Decimal32 x);
» more...
Same as the related overload above for isInf.
static
bool
isInf(Decimal64 x);
» more...