You are here: Start » AVL.NET » Invoke.SetHistogramBin
Sets the value of a single histogram bin.
| Namespace: | Avl |
|---|---|
| Assembly: | AvlNet.dll |
Syntax
C++
C#
public static void SetHistogramBin ( Avl.Histogram ioHistogram, int inIndex, bool inCyclic, bool inInverse, double inNewValue )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
| ioHistogram | Avl.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. |

