You are here: Start » FIL.NET » 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 | |
---|---|---|---|---|---|
ioHistogram | Fil.Histogram | ||||
![]() | inIndex | int | Input bin index. | ||
![]() | inCyclic | bool | False | Whether to wrap the index around or not. Default value: False. | |
![]() | inInverse | bool | Reversed order of bins. | ||
![]() | inNewValue | double | Input new value to be set. |