Package org.djutils.eval
Interface Eval.CompareValues
- Enclosing class:
- Eval
static interface Eval.CompareValues
Interface for comparator for two double values.
-
Method Summary
-
Method Details
-
execute
Compare two double values.- Parameters:
argument1
- double; the left argument of the comparatorargument2
- double; the right argument of the comparator- Returns:
- Object; the result type of the function
-