- Type Parameters:
X - the type of the values in x-direction (Independent variable)
Y - the type of the values in y-direction (Dependent variable)
- All Superinterfaces:
- java.util.function.Function<X,Y>, MathFunction<X,Y>
- All Known Subinterfaces:
- InterpolatedFunction<X,Y>
- All Known Implementing Classes:
- DefaultInterpolatedFunction
public interface ContinuousFunction<X,Y>
extends MathFunction<X,Y>
This math function can return x values for (almost) any X values. The exact allowed x range depends on the
implementation.