You are here: Start » AVL.NET » AVL.GetHistogramBin
Returns the value of a single histogram bin.
| Namespace: | AvlNet |
|---|---|
| Assembly: | AVL.NET.dll |
Syntax
C++
C#
public static void GetHistogramBin ( AvlNet.Histogram inHistogram, int inIndex, bool inInverse, out int outValue )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() | inHistogram | AvlNet.Histogram | Input histogram. | ||
![]() | inIndex | int | <0, +INF> | Input bin index. | |
![]() | inInverse | bool | Reversed order of bins. | ||
![]() | outValue | int | Output value of the bin. |
Errors
List of possible exceptions:
| Error type | Description |
|---|---|
| DomainError | Incorrect index on input in GetHistogramBin. |


