Click or drag to resize

InterpolationAlgorithmGetInterpolator 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: 24.1.418.0 (24.1.418.0)
Syntax
public Interpolator GetInterpolator()

Return Value

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