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)
Syntaxpublic Interpolator GetInterpolator()
Public Function GetInterpolator As Interpolator
public:
Interpolator^ GetInterpolator()
member GetInterpolator : unit -> Interpolator
Return Value
Type:
InterpolatorAn interpolator for this interpolation algorithm.
See Also