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

AVL.HistogramIndices Method

Returns an array of histogram elements indices

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void HistogramIndices(
	AvlNet.Histogram inHistogram,
	out int[] outIndices
)

Parameters

Name Type Range Default Description
inHistogramAvlNet.HistogramInput histogram.
outIndicesint

See also