You are here: Start » AVL.NET » AVL.AddToHistogram Method
AVL.AddToHistogram Method
Increases each bin value by a number.
| Namespace: | AvlNet |
|---|---|
| Assembly: | AVL.NET.dll |
Syntax
public static void AddToHistogram( AvlNet.Histogram inHistogram, int inValue, out AvlNet.Histogram outHistogram )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() | inHistogram | AvlNet.Histogram | Input histogram. | ||
![]() | inValue | int | 0 | Input value. Default value: 0. | |
![]() | outHistogram | AvlNet.Histogram | Output histogram. |


