You are here: Start » AVL.NET » Invoke.GetHistogramCorrespondingBin
Selects a bin that the given value in the histogram domain falls into and returns the value of this bin.
| Namespace: | Avl |
|---|---|
| Assembly: | AvlNet.dll |
Syntax
C++
C#
public static void GetHistogramCorrespondingBin ( Avl.Histogram inHistogram, float inBinSelectionValue, bool inCyclic, out double outValue )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() | inHistogram | Avl.Histogram | Input histogram. | ||
![]() | inBinSelectionValue | float | Input value in the histogram domain that will be used to select the bin. | ||
![]() | inCyclic | bool | False | Whether to wrap the index around or not. Default value: False. | |
![]() | outValue | double | Output value of the bin. |


