Return true if the specified floating point number has a value of positive or negative zero, and false otherwise.
true
number
false
Declared in <bdlb_float.h>
<bdlb_float.h>
static bool isZero(double number);