You are here: Start » AVL.NET » AVS.HistogramDataVariance Method
AVS.HistogramDataVariance Method
Computes the variance of the histogrammed numeric data.
| Namespace: | AvlNet |
|---|---|
| Assembly: | AVL.NET.dll |
Syntax
public static void HistogramDataVariance ( AvlNet.Histogram inHistogram, out float outVariance )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() | inHistogram | AvlNet.Histogram | Input histogram. | ||
![]() | outVariance | float | Variance of the histogrammed data. |


