You are here: Start » AVL.NET » AVL.AbsoluteHistogram Method
AVL.AbsoluteHistogram Method
Transforms each bin value to its absolute value.
| Namespace: | AvlNet |
|---|---|
| Assembly: | AVL.NET.dll |
Syntax
public static void AbsoluteHistogram( AvlNet.Histogram inHistogram, out AvlNet.Histogram outHistogram )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() | inHistogram | AvlNet.Histogram | Input histogram. | ||
![]() | outHistogram | AvlNet.Histogram | Output histogram. |


