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

Invoke.AddToHistogram

Increases each bin value by a number.

Namespace:Avl
Assembly:AvlNet.dll

Syntax

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

Parameters

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

See also