Click or drag to resize

RBFSmoothingInterpolation2DAsFunction Method

Returns a delegate that evaluates this smoother.

Namespace: Altaxo.Calc.Interpolation
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public Func<double, double, double> AsFunction()

Return Value

FuncDouble, Double, Double
A delegate that maps x and y coordinates to the smoothed z value.
See Also