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


