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

AVS.HistogramSize Method

Computes the number of histogram bins.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

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

Parameters

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

See also