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