PolyharmonicSplineGetInterpolatedValue Method |
Gets the interpolation value of given coordinates x and y.
Namespace: Altaxo.Calc.InterpolationAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public double GetInterpolatedValue(
params double[] x
)
Parameters
- x Double
- The x coordinate of the point.
Return Value
DoubleThe interpolated value at the point (x,y).
See Also