ISpaced |
The ISpacedInterval type exposes the following members.
| Name | Description | |
|---|---|---|
| Count | Gets the number of elements in the collection. (Inherited from IReadOnlyCollectionDouble) | |
| End | Start of the interval (inclusive if step can divide the interval by an integer number). | |
| IsCountEditable | Gets a value indicating whether the element count can be edited. | |
| IsEndEditable | Gets a value indicating whether the end value can be edited. | |
| IsStartEditable | Gets a value indicating whether the start value can be edited. | |
| IsStepEditable | Gets a value indicating whether the step size can be edited. | |
| Item | Gets the element at the specified index in the read-only list. (Inherited from IReadOnlyListDouble) | |
| Start | Start of the interval (inclusive). | |
| Step | Gets the step size. |