You are here: Start » FIL.NET » ProfileInterpolationMethod Enumeration
ProfileInterpolationMethod Enumeration
Possible values of ProfileInterpolationMethod:
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.TS.dll |
Members
Member name | Description |
---|---|
Linear | Linear interpolation between consecutive points of the profile. |
Quadratic3 | Interpolation that fits a parabola to 3 consecutive points. |
Quadratic4 | Interpolation that fits a parabola to 4 consecutive points. |