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

HistogramInterpolationMethod Enumeration

Namespace:FilNet
Assembly:FIL.NET.TS.dll

Possible values of HistogramInterpolationMethod:

Members

Member nameDescription
LinearLinear interpolation between consecutive bins of the histogram.
Quadratic3Interpolation that fits a parabola to 3 consecutive bins.
Quadratic4Interpolation that fits a parabola to 4 consecutive bins.

Remarks

See also