X
- the type of the independent variable (in)Y
- the type of the dependent variable (output)public interface InterpolationStrategy<X extends java.lang.Comparable<? super X>,Y>
extends java.io.Serializable
Modifier and Type | Method and Description |
---|---|
Y |
interpolate(X xValue,
DiscreteFunction<X,Y> function) |
Y interpolate(X xValue, DiscreteFunction<X,Y> function)