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

Invoke.HistogramSize

Computes the number of histogram bins.

Namespace:Avl
Assembly:AvlNet.dll

Syntax

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

Parameters

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

See also