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

AVL.SetHistogramCorrespondingBin(AvlNet.Histogram, float, int)

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax


public static void SetHistogramCorrespondingBin(
	ref AvlNet.Histogram ioHistogram,
	float inBinSelectionValue,
	int inNewValue
)

Parameters

ioHistogram
Type: AvlNet.Histogram
inBinSelectionValue
Type: System.Single
inNewValue
Type: System.Int32

Errors

Error type Description
DomainError inBinSelectionValue exceeds the histogram domain in SetHistogramCorrespondingBin.

See also