Click or drag to resize

BivariateAkimaSplineInterpolate(Double, Double) Method

Interpolates the z value for a single point defined by the provided x and y coordinates.

Namespace: Altaxo.Calc.Interpolation
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
public double Interpolate(
	double x,
	double y
)

Parameters

x  Double
The x-coordinate of the point to interpolate.
y  Double
The y-coordinate of the point to interpolate.

Return Value

Double
The interpolated z value.
See Also