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
Input value inHistogram Histogram Input histogram
Output value outSize float Number of elements of the histogrammed data