You are here: Start » AVL.NET » AVL.SetHistogramCorrespondingBin
Selects a bin that the given value in the histogram domain falls into and sets the value of this bin.
| Namespace: | AvlNet |
|---|---|
| Assembly: | AVL.NET.dll |
Syntax
C++
C#
public static void SetHistogramCorrespondingBin ( AvlNet.Histogram ioHistogram, float inBinSelectionValue, int inNewValue )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
| ioHistogram | AvlNet.Histogram | ||||
![]() | inBinSelectionValue | float | Input value in the histogram domain that will be used to select the bin. | ||
![]() | inNewValue | int | Input new value to be set. |
Errors
List of possible exceptions:
| Error type | Description |
|---|---|
| DomainError | inBinSelectionValue exceeds the histogram domain in SetHistogramCorrespondingBin. |

