You are here: Start » AVL.NET » AVS.HistogramDataMedian Method
AVS.HistogramDataMedian Method
Computes the median of the histogrammed numeric data.
| Namespace: | AvlNet |
|---|---|
| Assembly: | AVL.NET.dll |
Syntax
public static void HistogramDataMedian ( AvlNet.Histogram inHistogram, out float outMedian )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() | inHistogram | AvlNet.Histogram | Input histogram. | ||
![]() | outMedian | float | Median of the histogrammed data. |


