A range of Floats from a lower bound to an upper bound by a fractional step.
Properties
- Lower Bound (Float)
The first number.
- Upper Bound (Float)
The last number if closed. If not closed it will be the number after the last number in the list.
- Step (Float)
The fractional step between numbers in the list.
- Closed (Bool)
If closed the upper bound will include it's number (if the step aligns with the upper bound).