Click or drag to resize

IBivariateInterpolationFunction Interface

Defines a bivariate interpolation function that returns one interpolated value for a given (x, y) coordinate pair.

Namespace: Altaxo.Calc.Interpolation
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public interface IBivariateInterpolationFunction

The IBivariateInterpolationFunction type exposes the following members.

Methods
 NameDescription
Public methodGetValueOfXY Returns the y value in dependence of given x and z values.
Top
See Also