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

AVL.DivideHistogram Method

Divides each bin value by a number.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void DivideHistogram(
	AvlNet.Histogram inHistogram,
	float inValue,
	out AvlNet.Histogram outHistogram
)

Parameters

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

Errors

Error type Description
DomainError Divisor is equal to zero on input in DivideHistogram.

See also