MsInterpolateType

Description

The MsInterpolateType enumeration is used to determine the interpolation method applied to the output variable in the Interpolation model.

It is used by the following properties:

Description

Value

Brief description

0 Repeat. Output frequency values repeat the model frequency values.
1 Prorate. Uniform interpolation is used for modelling.
2 Linear. Linear interpolation is used for modelling.
3 Geometric. Geometrical interpolation is used for modelling.
4 Spline. Cubic spline interpolation is used for modelling.
5 Lagrange. Lagrange polynomial interpolation is used for modelling.
6 Polynomial. Polynomial interpolation is used for modelling. Polynomial degree is determined by the IMsInterpolateTransform.MethodParameter property.
7 Pattern. Pattern interpolation is used for modelling. The pattern type (IMsInterpolateTransform.PatternType) and the pattern series (IMsInterpolateTransform.Specified) must be specified for this method.
8 First. The value of the first point of the output frequency will match the value of the point on the original frequency. Values in other points of the output frequency remain empty.
9 Last. The value of the last point of the output frequency will match the value of the point on the original frequency. Values in other points of the output frequency remain empty.

See also:

Ms Assembly Enumerations