You are here: Start » FIL.NET » Invoke.GetHistogramCorrespondingBin

Invoke.GetHistogramCorrespondingBin

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

Namespace:Fil
Assembly:FilNet.dll

Syntax

C++
C#
 
public static void GetHistogramCorrespondingBin
(
	Fil.Histogram inHistogram,
	float inBinSelectionValue,
	bool inCyclic,
	out double outValue
)

Parameters

Name Type Range Default Description
inHistogramFil.HistogramInput histogram.
inBinSelectionValuefloatInput value in the histogram domain that will be used to select the bin.
inCyclicboolFalseWhether to wrap the index around or not. Default value: False.
outValuedoubleOutput value of the bin.

See also