You are here: Start » AVL.NET » AVL.DivideHistogram(AvlNet.Histogram, float, AvlNet.Histogram)
AVL.DivideHistogram(AvlNet.Histogram, float, AvlNet.Histogram)
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
- inHistogram
- Type: AvlNet.Histogram
Input histogram - inValue
- Type: System.Single
Input value - outHistogram
- Type: AvlNet.Histogram
Output histogram
Errors
| Error type | Description |
|---|---|
| DomainError | Divisor is equal to zero on input in DivideHistogram. |
