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

Invoke.HistogramIndices

Returns an array of histogram elements' indices.

Namespace:Avl
Assembly:AvlNet.dll

Syntax

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

Parameters

Name Type Range Default Description
inHistogramAvl.HistogramInput histogram.
outIndicesSystem.Collections.Generic.List<int>

See also