You are here: Start » AVL.NET » Invoke.HistogramDataMaximum

Invoke.HistogramDataMaximum

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

Namespace:Avl
Assembly:AvlNet.dll

Syntax

C++
C#
 
public static void HistogramDataMaximum
(
	Avl.Histogram inHistogram,
	out float outMaximum
)

Parameters

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

See also