You are here: Start » FIL.NET » Function Reference » Histogram » Histogram Data Statistics » FIL.HistogramDataMedian
Computes the median of the histogrammed numeric data.
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.dll |
Syntax
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inHistogram | FilNet.Histogram | Input histogram. | ||
![]() | outMedian | float | Median of the histogrammed data. |
Errors
List of possible exceptions:
Error type | Description |
---|---|
DomainError | Empty histogram on input in HistogramDataMedian. |
DomainError | Input histogram contains negative bins or its data is empty in HistogramDataMedian. |