ElicitedRange

data class ElicitedRange(val lowerLimit: Double, val upperLimit: Double)(source)

The range a metric was measured over when a weight was elicited for it.

Held as limits rather than as text so that whether a range has moved is a question about numbers, which can be answered, rather than about how an interval happened to be printed.

Constructors

Link copied to clipboard
constructor(lowerLimit: Double, upperLimit: Double)

Properties

Link copied to clipboard
Link copied to clipboard