RBFSmoothingInterpolation2DAsFunction Method |
Returns a delegate that evaluates this smoother.
Namespace: Altaxo.Calc.InterpolationAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic Func<double, double, double> AsFunction()
Return Value
FuncDouble,
Double,
DoubleA delegate that maps x and y coordinates to the smoothed z value.
See Also