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

Invoke.HistogramDataSize

Computes the number of elements of the histogrammed numeric data.

Namespace:Fil
Assembly:FilNet.dll

Syntax

C++
C#
 
public static void HistogramDataSize
(
	Fil.Histogram inHistogram,
	out double outSize
)

Parameters

Name Type Range Default Description
inHistogramFil.HistogramInput histogram.
outSizedoubleNumber of elements of the histogrammed data.

See also