You are here: Start » AVL.NET » AVL.SubtractFromHistogram Method

AVL.SubtractFromHistogram Method

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

Name Type Range Default Description
inHistogramAvlNet.HistogramInput histogram.
inValueint2Input value. Default value: 2.
outHistogramAvlNet.HistogramOutput histogram.

See also