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