X
- the type of the values in x-direction (Independent variable)Y
- the type of the values in y-direction (Dependent variable)public interface DiscreteFunction<X,Y> extends MathFunction<X,Y>
apply(Object)
method will throw an
IllegalDiscreteFunctionUsageException
if a Y value is requested for an unknown X.Modifier and Type | Method and Description |
---|---|
Y |
apply(X input) |
java.util.Set<X> |
definedXValues() |