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

FIS.GetHistogramBin Method

Returns the value of a single histogram bin.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

public static void GetHistogramBin
(
	FilNet.Histogram inHistogram,
	int inIndex,
	bool inCyclic,
	bool inInverse,
	out double outValue,
	NullableValue<float> outBinStart,
	NullableValue<float> outBinEnd
)

Parameters

Name Type Range Default Description
inHistogramFilNet.HistogramInput histogram.
inIndexintInput bin index.
inCyclicboolFalseWhether to wrap the index around or not. Default value: False.
inInverseboolReversed order of bins.
outValuedoubleOutput value of the bin.
outBinStartFilNet.NullableValue<float>Lower limit of the bin. Can be null to skip this parameter calculation.
outBinEndFilNet.NullableValue<float>Upper limit of the bin. Can be null to skip this parameter calculation.

Function Overrides

See also