HistogramDTO

@Serializable
data class HistogramDTO(val bins: List<HistogramBinDTO>, val underFlowCount: Double, val overFlowCount: Double)(source)

Wire-safe histogram: the ordered bins plus the under/overflow counts. Populated from HistogramIfc.histogramData() by the result extractor.

Constructors

Link copied to clipboard
constructor(bins: List<HistogramBinDTO>, underFlowCount: Double, overFlowCount: Double)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard