Computes the median of the histogrammed numeric data.
Syntax
C++
C#
Python
def HistogramDataMedian(
inHistogram: Histogram,
/
)
-> outMedian: float
Parameters
|
Name |
Type |
Default |
Description |
 |
inHistogram |
Histogram |
|
Input histogram |
 |
outMedian |
float |
|
Median of the histogrammed data |