HistogramDataSize
Computes the number of elements of the histogrammed numeric data.
Syntax
C++
C#
Python
def HistogramDataSize( inHistogram: Histogram, / ) -> outSize: float
Parameters
| Name | Type | Default | Description | |
|---|---|---|---|---|
![]() |
inHistogram | Histogram | Input histogram | |
![]() |
outSize | float | Number of elements of the histogrammed data |


