You are here: Start » FIL.NET » ProfileInterpolationMethod Enumeration

ProfileInterpolationMethod Enumeration

Namespace:Fil
Assembly:FilNet.Types.dll

Possible values of ProfileInterpolationMethod:

Members

Member nameDescription
CubicInterpolation that fits a cubic function to consecutive points.
LinearLinear interpolation between consecutive points of the profile.
Quadratic3Interpolation that fits a parabola to 3 consecutive points.
Quadratic4Interpolation that fits a parabola to 4 consecutive points.
Quadratic5Interpolation that fits a parabola to 5 consecutive points.

Remarks

See also