You are here: Start » AVL.NET » Invoke.CropHistogram

Invoke.CropHistogram

Confines a histogram to its continuous segment.

Namespace:Avl
Assembly:AvlNet.dll

Syntax

C++
C#
 
public static void CropHistogram
(
	Avl.Histogram inHistogram,
	int inStart,
	int inBinCount,
	Avl.Histogram outHistogram
)

Parameters

Name Type Range Default Description
inHistogramAvl.HistogramInput histogram.
inStartint<0, INF>Index of the first element of the input histogram that will be included in the output histogram.
inBinCountint<0, INF>Number of bins in the output histogram.
outHistogramAvl.HistogramOutput histogram.

See also