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

FIL.GetHistogramBin

Returns the value of a single histogram bin.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

C++
C#
 
public static void GetHistogramBin
(
	FilNet.Histogram inHistogram,
	int inIndex,
	bool inInverse,
	out int outValue
)

Parameters

Name Type Range Default Description
inHistogramFilNet.HistogramInput histogram.
inIndexint<0, +INF>Input bin index.
inInverseboolReversed order of bins.
outValueintOutput value of the bin.

Errors

List of possible exceptions:

Error type Description
DomainError Incorrect index on input in GetHistogramBin.

Function Overrides

See also