You are here: Start » AVL.NET » Invoke.GetHistogramBin
Returns the value of a single histogram bin.
| Namespace: | Avl | 
|---|---|
| Assembly: | AvlNet.dll | 
Syntax
C++
C#
public static void GetHistogramBin ( Avl.Histogram inHistogram, int inIndex, bool inCyclic, bool inInverse, out double outValue, Optional<float> outBinStart, Optional<float> outBinEnd )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]()  | inHistogram | Avl.Histogram | Input 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. | ||
![]()  | outValue | double | Output value of the bin. | ||
![]()  | outBinStart | Atl.Optional<float> | Lower limit of the bin. | ||
![]()  | outBinEnd | Atl.Optional<float> | Upper limit of the bin. | 


