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

Invoke.SetHistogramBin

Sets the value of a single histogram bin.

Namespace:Fil
Assembly:FilNet.dll

Syntax

C++
C#
 
public static void SetHistogramBin
(
	Fil.Histogram ioHistogram,
	int inIndex,
	bool inCyclic,
	bool inInverse,
	double inNewValue
)

Parameters

Name Type Range Default Description
ioHistogramFil.Histogram
inIndexintInput bin index.
inCyclicboolFalseWhether to wrap the index around or not. Default value: False.
inInverseboolReversed order of bins.
inNewValuedoubleInput new value to be set.

See also