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

AVL.HistogramDataSize

Computes the number of elements of the histogrammed numeric data.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

C++
C#
 
public static void HistogramDataSize
(
	AvlNet.Histogram inHistogram,
	out double outSize
)

Parameters

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

See also