Return true if the specified x is an infinity value and false otherwise. Note that this is equivalent to classify(x) == FP_INFINITE.
true
x
false
classify(x) == FP_INFINITE
Declared in <bdldfp_decimalutil.h>
<bdldfp_decimalutil.h>
static bool isInf(Decimal32 x);
Created with MrDocs