Linearly |
The LinearlySpacedIntervalByStartEndCount type exposes the following members.
| Name | Description | |
|---|---|---|
| Count | The number of elements. | |
| End | Start of the interval (inclusive if step can divide the interval by an integer number). | |
| IsCountEditable | Gets a value indicating whether the count of elements is editable. | |
| IsEndEditable | Gets a value indicating whether the end of the interval is editable. | |
| IsStartEditable | Gets a value indicating whether the start of the interval is editable. | |
| IsStepEditable | Gets a value indicating whether the step size is editable. | |
| Item | Gets the element at the specified index. | |
| Start | Start of the interval (inclusive). | |
| Step | Gets the step size. |