public interface BivariateFunction
| Modifier and Type | Method and Description |
|---|---|
double |
value(double x,
double y)
Compute the value for the function.
|
double value(double x, double y)
x - Abscissa for which the function value should be computed.y - Ordinate for which the function value should be computed.Copyright © 2003–2016 The Apache Software Foundation. All rights reserved.