Interface for elements which hold values in a certain (numeric) range.

Variables

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]).