#include <VcstFloatCompare.h>
|
static bool | equal (T firstValue, T secondValue) |
|
static bool | equal (T firstValue, T secondValue, T errorDelta) |
|
static bool | notequal (T firstValue, T secondValue) |
|
static bool | notequal (T firstValue, T secondValue, T errorDelta) |
|
template<typename T>
class FloatCompare< T >
Definition at line 25 of file VcstFloatCompare.h.
◆ equal() [1/2]
bool equal |
( |
T |
firstValue, |
|
|
T |
secondValue |
|
) |
| |
|
inlinestatic |
◆ equal() [2/2]
bool equal |
( |
T |
firstValue, |
|
|
T |
secondValue, |
|
|
T |
errorDelta |
|
) |
| |
|
inlinestatic |
◆ notequal() [1/2]
bool notequal |
( |
T |
firstValue, |
|
|
T |
secondValue |
|
) |
| |
|
inlinestatic |
◆ notequal() [2/2]
bool notequal |
( |
T |
firstValue, |
|
|
T |
secondValue, |
|
|
T |
errorDelta |
|
) |
| |
|
inlinestatic |
The documentation for this class was generated from the following file: