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

FIL.HistogramDataSize

Computes the number of elements of the histogrammed numeric data.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

C++
C#
 
public static void HistogramDataSize
(
	FilNet.Histogram inHistogram,
	out int outSize
)

Parameters

Name Type Range Default Description
inHistogramFilNet.HistogramInput histogram.
outSizeintNumber of elements of the histogrammed data.

See also