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

Invoke.HistogramDataMinimum

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

Namespace:Avl
Assembly:AvlNet.dll

Syntax

C++
C#
 
public static void HistogramDataMinimum
(
	Avl.Histogram inHistogram,
	out float outMinimum
)

Parameters

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

See also