You are here: Start » AVL.NET » AVL.HistogramDataSize(AvlNet.Histogram, int)
AVL.HistogramDataSize(AvlNet.Histogram, int)
Computes the number of elements of the histogrammed numeric data.
| Namespace: | AvlNet |
|---|---|
| Assembly: | AVL.NET.dll |
Syntax
public static void HistogramDataSize( AvlNet.Histogram inHistogram, out int outSize )
Parameters
- inHistogram
- Type: AvlNet.Histogram
Input histogram - outSize
- Type: System.Int32
Number of elements of the histogrammed data
