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

AVL.DivideHistogram

Divides each bin value by a number.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

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

Errors

List of possible exceptions:

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

See also