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

Invoke.SetHistogramCorrespondingBin

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

Namespace:Fil
Assembly:FilNet.dll

Syntax

C++
C#
 
public static void SetHistogramCorrespondingBin
(
	Fil.Histogram ioHistogram,
	float inBinSelectionValue,
	bool inCyclic,
	double inNewValue
)

Parameters

Name Type Range Default Description
ioHistogramFil.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.
inNewValuedoubleInput new value to be set.

See also