de.jaetzold.util
Interface BinaryOperator


public interface BinaryOperator


Method Summary
 double combine(double firstOperand, double secondOperand)
           
 

Method Detail

combine

public double combine(double firstOperand,
                      double secondOperand)