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

Invoke.HistogramDataMedian

Computes the median of the histogrammed numeric data.

Namespace:Avl
Assembly:AvlNet.dll

Syntax

C++
C#
 
public static void HistogramDataMedian
(
	Avl.Histogram inHistogram,
	out float outMedian
)

Parameters

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

See also