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

Invoke.HistogramIndices

Returns an array of histogram elements' indices.

Namespace:Fil
Assembly:FilNet.dll

Syntax

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

Parameters

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

See also