You are here: Start » AVL.NET » Invoke.SetHistogramCorrespondingBin
Selects a bin that the given value in the histogram domain falls into and sets the value of this bin.
| Namespace: | Avl | 
|---|---|
| Assembly: | AvlNet.dll | 
Syntax
C++
C#
public static void SetHistogramCorrespondingBin ( Avl.Histogram ioHistogram, float inBinSelectionValue, bool inCyclic, double inNewValue )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
| ioHistogram | Avl.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. | |
![]()  | inNewValue | double | Input new value to be set. | 

