You are here: Start » AVL.NET » Function Reference » Histogram » Histogram Basics » AVL.ConvertToCumulativeHistogram
Computes the cumulative histogram of input histogram.
| Namespace: | AvlNet |
|---|---|
| Assembly: | AVL.NET.dll |
Syntax
C++
C#
public static void ConvertToCumulativeHistogram ( AvlNet.Histogram inHistogram, AvlNet.Histogram outHistogram )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() | inHistogram | AvlNet.Histogram | Input histogram. | ||
![]() | outHistogram | AvlNet.Histogram | Output histogram. |


