com.jsyn.data
Interface Function

All Known Implementing Classes:
DoubleTable

public interface Function


Method Summary
 double evaluate(double input)
          Convert an input value to an output value.
 

Method Detail

evaluate

double evaluate(double input)
Convert an input value to an output value.

Parameters:
input -
Returns:
generated value