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

AVL.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 int outSize
)

Parameters

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

See also