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


