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

HistogramInterpolationMethod Enumeration

Namespace:AvlNet
Assembly:AVL.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