IBivariateInterpolationFunction Interface |
Defines a bivariate interpolation function that returns one interpolated value for a given (x, y) coordinate pair.
Namespace: Altaxo.Calc.InterpolationAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic interface IBivariateInterpolationFunction
The IBivariateInterpolationFunction type exposes the following members.
Methods| | Name | Description |
|---|
 | GetValueOfXY |
Returns the y value in dependence of given x and z values.
|
Top
See Also