You are here: Start » AVL.NET » AVL.MultiplyHistogram

AVL.MultiplyHistogram

Multiplies each bin value by a number.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

C++
C#
 
public static void MultiplyHistogram
(
	AvlNet.Histogram inHistogram,
	float inValue,
	AvlNet.Histogram outHistogram
)

Parameters

Name Type Range Default Description
inHistogramAvlNet.HistogramInput histogram.
inValuefloat2.0fInput value. Default value: 2.0f.
outHistogramAvlNet.HistogramOutput histogram.

See also