HistogramBinData

data class HistogramBinData(val id: Int, val name: String, val binNum: Int, val binLabel: String, val binLowerLimit: Double, val binUpperLimit: Double, val binCount: Double, val cumCount: Double, val proportion: Double, val cumProportion: Double)

Holds the data associated with a histogram bin

Constructors

Link copied to clipboard
constructor(id: Int, name: String, binNum: Int, binLabel: String, binLowerLimit: Double, binUpperLimit: Double, binCount: Double, cumCount: Double, proportion: Double, cumProportion: Double)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val binNum: Int
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val id: Int
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard