You are here: Start » AVL.NET » AVL.SetHistogramBin(AvlNet.Histogram, int, int)
AVL.SetHistogramBin(AvlNet.Histogram, int, int)
Sets the value of a single histogram bin.
| Namespace: | AvlNet |
|---|---|
| Assembly: | AVL.NET.dll |
Syntax
public static void SetHistogramBin( ref AvlNet.Histogram ioHistogram, int inIndex, int inNewValue )
Parameters
- ioHistogram
- Type: AvlNet.Histogram
- inIndex
- Type: System.Int32
Input bin index - inNewValue
- Type: System.Int32
Input new value to be set
Errors
| Error type | Description |
|---|---|
| DomainError | Incorrect index on input in SetHistogramBin. |
