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


