Click or drag to resize

InterpolationAlgorithm.GetInterpolator Method

Gets an evaluator which can compute the interpolated value of a function.

Namespace:  AGI.Foundation.NumericalMethods.Advanced
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 25.1.421.0 (25.1.421.0)
Syntax
public Interpolator GetInterpolator()

Return Value

Type: Interpolator
An interpolator for this interpolation algorithm.
See Also