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

FIS.HistogramDataSize Method

Computes the number of elements of the histogrammed numeric data.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

public static void HistogramDataSize
(
	FilNet.Histogram inHistogram,
	out double outSize
)

Parameters

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

See also