You are here: Start » AVL.NET » Function Reference » Histogram » Histogram Point Transforms » AVL.AddToHistogram

AVL.AddToHistogram

Increases each bin value by a number.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

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

Parameters

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

See also