You are here: Start » AVL.NET » 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 int outSize
)

Parameters

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

See also