Classes | |
| class | ComparisonOperator |
| Base class for all comparison operators used in the math engine. More... | |
| class | Greater |
| Checks whether the first value is greater than the second. More... | |
| class | Less |
| Checks whether the first value is less than the second. More... | |
| class | GreaterOrEqual |
| Checks whether the first value is greater than or equal to the second. More... | |
| class | LessOrEqual |
| Checks whether the first value is less than or equal to the second. More... | |
| class | Equal |
| Checks whether two values are exactly equal. More... | |
| class | NotEqual |
| Checks whether two values are not equal. More... | |
| class | Approximately |
| Checks whether two values are approximately equal within a tolerance. More... | |