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.2.419.0 (24.2.419.0)
Syntax public 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