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 inCyclic,
	bool inInverse,
	double inNewValue
)

Parameters

Name Type Range Default Description
ioHistogramAvlNet.Histogram
inIndexintInput bin index.
inCyclicboolFalseWhether to wrap the index around or not. Default value: False.
inInverseboolReversed order of bins.
inNewValuedoubleInput new value to be set.

See also