You are here: Start » AVL.NET » AVL.ConvertToCumulativeHistogram(AvlNet.Histogram, AvlNet.Histogram)

AVL.ConvertToCumulativeHistogram(AvlNet.Histogram, AvlNet.Histogram)

Computes the cumulative histogram of input histogram.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax


public static void ConvertToCumulativeHistogram(
	AvlNet.Histogram inHistogram,
	out AvlNet.Histogram outHistogram
)

Parameters

inHistogram
Type: AvlNet.Histogram
Input histogram
outHistogram
Type: AvlNet.Histogram
Output histogram

See also