public interface BivariateRealFunction
Modifier and Type | Method and Description |
---|---|
double |
value(double x,
double y)
Compute the value for the function.
|
double value(double x, double y) throws FunctionEvaluationException
x
- Abscissa for which the function value should be computed.y
- Ordinate for which the function value should be computed.FunctionEvaluationException
- if the function evaluation fails.Copyright © 2010 - 2020 Adobe. All Rights Reserved