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

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

Decreases each bin value by a number.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax


public static void SubtractFromHistogram(
	AvlNet.Histogram inHistogram,
	int inValue,
	out AvlNet.Histogram outHistogram
)

Parameters

inHistogram
Type: AvlNet.Histogram
Input histogram
inValue
Type: System.Int32
Input value
outHistogram
Type: AvlNet.Histogram
Output histogram

See also