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

FIS.GetHistogramCorrespondingBin Method

Selects a bin that the given value in the histogram domain falls into and returns the value of this bin.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

public static void GetHistogramCorrespondingBin
(
	FilNet.Histogram inHistogram,
	float inBinSelectionValue,
	out int outValue
)

Parameters

Name Type Range Default Description
inHistogramFilNet.HistogramInput histogram.
inBinSelectionValuefloatInput value in the histogram domain that will be used to select the bin.
outValueintOutput value of the bin.

See also