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

AVL.SetHistogramBin Method

Sets the value of a single histogram bin.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void SetHistogramBin(
	ref AvlNet.Histogram ioHistogram,
	int inIndex,
	bool inInverse,
	int inNewValue
)

Parameters

Name Type Range Default Description
ioHistogramAvlNet.Histogram
inIndexint<0, +INF>Input bin index.
inInverseboolReversed order of bins.
inNewValueintInput new value to be set.

Errors

Error type Description
DomainError Incorrect index on input in SetHistogramBin.

See also