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

AVS.SetHistogramBin Method

Sets the value of a single histogram bin.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void SetHistogramBin
(
	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.

See also