You are here: Start » AVL.NET » Function Reference » Histogram » Histogram Features » AVL.HistogramSize

AVL.HistogramSize

Computes the number of histogram bins.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

C++
C#
 
public static void HistogramSize
(
	AvlNet.Histogram inHistogram,
	out int outSize
)

Parameters

Name Type Range Default Description
inHistogramAvlNet.HistogramInput histogram.
outSizeintOutput size.

See also