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

AVS.HistogramDataMedian Method

Computes the median of the histogrammed numeric data.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void HistogramDataMedian
(
	AvlNet.Histogram inHistogram,
	out float outMedian
)

Parameters

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

See also