toggle menu
KSLCore
R1.1.3
jvm
switch theme
search in API
KSLCore
/
ksl.utilities.statistic
/
HistogramBinData
/
HistogramBinData
Histogram
Bin
Data
constructor
(
id
:
Int
,
name
:
String
,
binNum
:
Int
,
binLabel
:
String
,
binLowerLimit
:
Double
,
binUpperLimit
:
Double
,
binCount
:
Double
,
cumCount
:
Double
,
proportion
:
Double
,
cumProportion
:
Double
)