Click or drag to resize

BivariateAkimaSplineGetValueOfXY 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.3572.0 (4.8.3572.0)
Syntax
C#
public double GetValueOfXY(
	double x,
	double y
)

Parameters

x  Double
The x-coordinate of the desired point.
y  Double
The y-coordinate of the desired point.

Return Value

Double
The interpolated z value at the specified coordinates.

Implements

IBivariateInterpolationFunctionGetValueOfXY(Double, Double)
See Also