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


