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

AVL.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