Range models
Models

Prev:Product models
Next:Delay models


Range models ensure their value is a real number within a fixed range.
range

<range> ( value page min max step -- range )


Range models conform to a protocol for getting and setting the current value, as well as the endpoints of the range.
Range model protocol