You are here: Start » AVL.NET » AVL.DivideHistogram Method
AVL.DivideHistogram Method
Divides each bin value by a number.
| Namespace: | AvlNet |
|---|---|
| Assembly: | AVL.NET.dll |
Syntax
public static void DivideHistogram( AvlNet.Histogram inHistogram, float inValue, out AvlNet.Histogram outHistogram )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() | inHistogram | AvlNet.Histogram | Input histogram. | ||
![]() | inValue | float | 2.0f | Input value. Default value: 2.0f. | |
![]() | outHistogram | AvlNet.Histogram | Output histogram. |
Errors
| Error type | Description |
|---|---|
| DomainError | Divisor is equal to zero on input in DivideHistogram. |


