Return true if the specified x is a normal value and false otherwise. Note that this is equivalent to classify(x) == FP_NORMAL.
true
x
false
classify(x) == FP_NORMAL
Declared in <bdldfp_decimalutil.h>
<bdldfp_decimalutil.h>
static bool isNormal(Decimal32 x);