You are here: Start » AVL.NET » Function Reference » Histogram » Histogram Data Statistics » AVL.HistogramDataMinimum

AVL.HistogramDataMinimum

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

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

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

Parameters

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

Errors

List of possible exceptions:

Error type Description
DomainError Empty histogram on input in HistogramDataMinimum.
DomainError The histogrammed data is empty in HistogramDataMinimum.

See also