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

AVL.GetHistogramBin Method

Returns the value of a single histogram bin.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void GetHistogramBin(
	AvlNet.Histogram inHistogram,
	int inIndex,
	bool inInverse,
	out int outValue
)

Parameters

Name Type Range Default Description
inHistogramAvlNet.HistogramInput histogram.
inIndexint<0, +INF>Input bin index.
inInverseboolReversed order of bins.
outValueintOutput value of the bin.

Errors

Error type Description
DomainError Incorrect index on input in GetHistogramBin.

See also