Interface for elements which hold values in a certain (numeric) range.
maxValue:T
The largest possible value of this range.
minValue:T
The smallest possible value of this range.
value:T
The current value (in the interval [minValue, maxValue]).
[minValue, maxValue]