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

AVS.MultiplyHistogram Method

Multiplies each bin value by a number.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void MultiplyHistogram
(
	AvlNet.Histogram inHistogram,
	double inValue,
	AvlNet.Histogram outHistogram
)

Parameters

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

See also