You are here: Start » AVL.NET » AVL.GetHistogramBin(AvlNet.Histogram, int, int)

AVL.GetHistogramBin(AvlNet.Histogram, int, int)

Returns the value of a single histogram bin.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax


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

Parameters

inHistogram
Type: AvlNet.Histogram
Input histogram
inIndex
Type: System.Int32
Input bin index
outValue
Type: System.Int32
Output value of the bin

Errors

Error type Description
DomainError Incorrect index on input in GetHistogramBin.

See also