Click or drag to resize

PolyharmonicSplineGetInterpolatedValue Method

Gets the interpolation value of given coordinates x and y.

Namespace: Altaxo.Calc.Interpolation
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public double GetInterpolatedValue(
	params double[] x
)

Parameters

x  Double
The x coordinate of the point.

Return Value

Double
The interpolated value at the point (x,y).
See Also