Click or drag to resize

ISpacedInterval Properties

The ISpacedInterval type exposes the following members.

Properties
 NameDescription
Public propertyCountGets the number of elements in the collection.
(Inherited from IReadOnlyCollectionDouble)
Public propertyEnd Start of the interval (inclusive if step can divide the interval by an integer number).
Public propertyIsCountEditable Gets a value indicating whether the element count can be edited.
Public propertyIsEndEditable Gets a value indicating whether the end value can be edited.
Public propertyIsStartEditable Gets a value indicating whether the start value can be edited.
Public propertyIsStepEditable Gets a value indicating whether the step size can be edited.
Public propertyItemGets the element at the specified index in the read-only list.
(Inherited from IReadOnlyListDouble)
Public propertyStart Start of the interval (inclusive).
Public propertyStep Gets the step size.
Top
See Also