You are here: Start » FIL.NET » Function Reference » Histogram » Histogram Basics » FIL.SetHistogramBin

FIL.SetHistogramBin

Sets the value of a single histogram bin.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

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

Parameters

Name Type Range Default Description
ioHistogramFilNet.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.

Errors

List of possible exceptions:

Error type Description
DomainError Incorrect index on input in SetHistogramBin.

See also