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

Invoke.SubtractFromHistogram

Decreases each bin value by a number.

Namespace:Avl
Assembly:AvlNet.dll

Syntax

C++
C#
 
public static void SubtractFromHistogram
(
	Avl.Histogram inHistogram,
	double inValue,
	Avl.Histogram outHistogram
)

Parameters

Name Type Range Default Description
inHistogramAvl.HistogramInput histogram.
inValuedouble2.0DInput value. Default value: 2.0D.
outHistogramAvl.HistogramOutput histogram.

See also