You are here: Start » AVL.NET » AVL.HistogramSum(AvlNet.Histogram, int)
AVL.HistogramSum(AvlNet.Histogram, int)
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
- inHistogram
- Type: AvlNet.Histogram
Input histogram - outSum
- Type: System.Int32
Output sum
