Click or drag to resize

InterpolationAlgorithmType Enumeration

Indicates a type of interpolation algorithm to use when interpolating data.

Namespace:  AGI.Foundation.NumericalMethods
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public enum InterpolationAlgorithmType
Members
  Member nameDescription
Lagrange Indicates the use of LagrangePolynomialApproximation.
Hermite Indicates the use of HermitePolynomialApproximation.
Linear Indicates the use of LinearApproximation.
See Also