KSLCore
Toggle table of contents
R1.1.9
jvm
Platform filter
jvm
Switch theme
Search in API
KSLCore
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
)