Interface Eval.CompareValues

Enclosing class:
Eval

static interface Eval.CompareValues
Interface for comparator for two double values.
  • Method Summary

    Modifier and Type
    Method
    Description
    execute(double argument1, double argument2)
    Compare two double values.
  • Method Details

    • execute

      Object execute(double argument1, double argument2)
      Compare two double values.
      Parameters:
      argument1 - double; the left argument of the comparator
      argument2 - double; the right argument of the comparator
      Returns:
      Object; the result type of the function