★ Constructor
Creates the `Range` instance with a range of the given required `min`, `max` and optional current `value`, `step`
Last updated
Was this helpful?
Creates the `Range` instance with a range of the given required `min`, `max` and optional current `value`, `step`
Last updated
Was this helpful?
The minimum range of generic type variable to set with a new instance.
The maximum range of generic type variable to set with a new instance.
The optional value of the type between the given and specifies the default value of a new instance.
Optional step of generic type variable to set with a new instance, by default 1
.
The step is used by the accessor, , and methods to return the entire range and also by the , methods to respectively decrement, increment range value.