Return ´true´ if the difference between lhs and rhs is inside an absolute tolerance and false otherwise.
- Template Parameters
-
| T_Type | Type of the function parameters |
- Parameters
-
| [in] | lhs | Left-hand side value |
| [in] | rhs | Right-hand side value |
| [in] | tolerance | The tolerance of the comparison |
- Returns
- ´true´ if the difference between
lhs and rhs is inside an absolute tolerance and false otherwise.
- Todo:
- Add debug exception for negative tolerances