HistogramBin

class HistogramBin(theBinNumber: Int, theLowerLimit: Double, theUpperLimit: Double)

Parameters

theBinNumber

the bin number

theLowerLimit

the lower limit of the bin

theUpperLimit

the upper limit of the bin

Constructors

Link copied to clipboard
constructor(theBinNumber: Int, theLowerLimit: Double, theUpperLimit: Double)

Properties

Link copied to clipboard

The label for the bin

Link copied to clipboard

Gets the number of the bin 1 = first bin, 2 = 2nd bin, etc

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
var count: Int
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
fun count(): Double
Link copied to clipboard
fun increment()

Increments the bin count by 1.0

Link copied to clipboard
Link copied to clipboard
fun reset()

Resets the bin count to 0.0

Link copied to clipboard
open override fun toString(): String