TwiceAsNice
2019-02-18
|
Functions | |
bool | fuzzyCompare (double p1, double p2) |
bool | fuzzyCompare (float p1, float p2) |
template<typename T > | |
const T & | min (const T &a, const T &b) |
template<typename T > | |
const T & | max (const T &a, const T &b) |
template<typename T > | |
const T & | bound (const T &min, const T &val, const T &max) |
static bool | isNull (double d) |
This function tests a double for a null value. More... | |
static bool | fuzzyIsNull (double d) |
static bool | isNull (float f) |
This function tests a float for a null value. More... | |
static bool | fuzzyIsNull (float f) |
static bool | isNull (double d) |
This function tests a double for a null value. More... | |
static bool | fuzzyIsNull (double d) |
static bool | isNull (float f) |
This function tests a float for a null value. More... | |
static bool | fuzzyIsNull (float f) |
|
inline |
|
inline |
|
inline |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
This function tests a double for a null value.
It doesn't check whether the actual value is 0 or close to 0, but whether it is binary 0.
<br><br> |
|
inlinestatic |
This function tests a double for a null value.
It doesn't check whether the actual value is 0 or close to 0, but whether it is binary 0.
<br><br> |
|
inlinestatic |
This function tests a float for a null value.
It doesn't check whether the actual value is 0 or close to 0, but whether it is binary 0.
|
inlinestatic |
This function tests a float for a null value.
It doesn't check whether the actual value is 0 or close to 0, but whether it is binary 0.