You are here: Start » AVL.NET » Function Reference » Histogram » Histogram Basics » AVL.SetHistogramBin

AVL.SetHistogramBin

Sets the value of a single histogram bin.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

C++
C#
 
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.

Errors

List of possible exceptions:

Error type Description
DomainError Incorrect index on input in SetHistogramBin.

See also