IBivariate |
public interface IBivariateInterpolationFunctionWithDerivatives : IBivariateInterpolationFunction
The IBivariateInterpolationFunctionWithDerivatives type exposes the following members.
| Name | Description | |
|---|---|---|
| GetValueAndDerivativesOfXY | Calculates the value of the function and its partial derivatives with respect to x and y at the specified coordinates. | |
| GetValueOfXY |
Returns the y value in dependence of given x and z values.
(Inherited from IBivariateInterpolationFunction) |