Return true if the specified floating point number has a value of positive or negative zero, and false otherwise.

Synopsis

Declared in <bdlb_float.h>

static
bool
isZero(float number);

Created with MrDocs