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

Invoke.HistogramSize

Computes the number of histogram bins.

Namespace:Fil
Assembly:FilNet.dll

Syntax

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

Parameters

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

See also