Click or drag to resize

Range Methods

The Range type exposes the following members.

Methods
 NameDescription
Public methodBegin Calculates the starting element of this slice.
(Inherited from Slice)
Public methodClone Creates a deep copy of this range.
(Overrides SliceClone)
Public methodLength Calculates the length of this slice.
(Inherited from Slice)
Public methodCode exampleSet(Int32, Int32, Int32) Sets the the specified starting index, specified ending index and the stride for this Range.
(Overrides SliceSet(Int32, Int32, Int32))
Public methodSet(Int32, Position, Int32) Sets the specified starting index, a Position value indicating the end of the data, and a specified stride.
(Inherited from Slice)
Public methodSet(Position, Position, Int32) Sets the specified start and end positions and a stride.
(Inherited from Slice)
Public methodSet(Position, Int32, Int32) Sets the specified position from which to start, the end index and a stride.
(Inherited from Slice)
Top
See Also