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

Invoke.DivideHistogram

Divides each bin value by a number.

Namespace:Avl
Assembly:AvlNet.dll

Syntax

C++
C#
 
public static void DivideHistogram
(
	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