You are here: Start » AVL.NET » AVS.HistogramIndices Method

AVS.HistogramIndices Method

Returns an array of histogram elements' indices.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

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