You are here: Start » AVL.NET » Function Reference » Histogram » Histogram Basics » AVL.HistogramIndices

AVL.HistogramIndices

Returns an array of histogram elements' indices.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

C++
C#
 
public static void HistogramIndices
(
	AvlNet.Histogram inHistogram,
	IList<int> outIndices
)

Parameters

Name Type Range Default Description
inHistogramAvlNet.HistogramInput histogram.
outIndicesSystem.Collections.Generic.IList<int>

See also