Interface BivariateFunction
-
- All Known Implementing Classes:
Add,Atan2,BicubicInterpolatingFunction,Divide,Max,Min,Multiply,PiecewiseBicubicSplineInterpolatingFunction,Pow,Subtract
public interface BivariateFunctionAn interface representing a bivariate real function.- Since:
- 2.1
-
-
Method Summary
Modifier and Type Method Description doublevalue(double x, double y)Compute the value for the function.
-