uk.ac.starlink.array
Interface Combiner


public interface Combiner

Defines a real function of two real variables.


Method Summary
 double combination(double val1, double val2)
          The function of two variables.
 

Method Detail

combination

double combination(double val1,
                   double val2)
The function of two variables.

Parameters:
val1 - the first variable
val2 - the second variable
Returns:
the result of the function. May be Double.NaN.


Copyright © 2015 Central Laboratory of the Research Councils. All Rights Reserved.