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


