You are here: Start » AVL.NET » AVL.HistogramSum Method
AVL.HistogramSum Method
Computes the sum of histogram bin values.
| Namespace: | AvlNet |
|---|---|
| Assembly: | AVL.NET.dll |
Syntax
public static void HistogramSum( AvlNet.Histogram inHistogram, out int outSum )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() | inHistogram | AvlNet.Histogram | Input histogram. | ||
![]() | outSum | int | Output sum. |


