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

AVS.HistogramDataSize Method

Computes the number of elements of the histogrammed numeric data.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

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