Return true if the specified floating point number is normal, subnormal or zero, and false if number is infinite or NaN. This function is equivalent to the isfinite macro in C99.
Declared in <bdlb_float.h>
static
bool
isFinite(float number);