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

AVS.HistogramDataMaximum Method

Computes the approximation of the largest value of the histogrammed numeric data.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void HistogramDataMaximum
(
	AvlNet.Histogram inHistogram,
	out float outMaximum
)

Parameters

Name Type Range Default Description
inHistogramAvlNet.HistogramInput histogram.
outMaximumfloatMaximum of the histogrammed data.

See also