|  | Isis 3 Programmer Reference
    | 
Provides a robust comparison of double/float values. More...
#include <CollectorMap.h>

| Public Member Functions | |
| bool | operator() (const K &v1, const K &v2) const | 
| Compares v1 and v2 as floating point values. | |
Provides a robust comparison of double/float values.
This functor compares floating point values using a default epsilon of 1.0e-6. It can be used for doubles or floats, however floats will be promoted to double for the comparison.
Definition at line 77 of file CollectorMap.h.
| 
 | inline | 
Compares v1 and v2 as floating point values.
| v1 | |
| v2 | 
Definition at line 87 of file CollectorMap.h.