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

Invoke.HistogramDataSize

Computes the number of elements of the histogrammed numeric data.

Namespace:Avl
Assembly:AvlNet.dll

Syntax

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

Parameters

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

See also