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

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

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax


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

Parameters

ioHistogram
Type: AvlNet.Histogram
inIndex
Type: System.Int32
inNewValue
Type: System.Int32

Errors

Error type Description
DomainError Incorrect index on input in SetHistogramBin.

See also