Click or drag to resize

Slice Methods

The Slice type exposes the following members.

Methods
 NameDescription
Public methodBegin Calculates the starting element of this slice.
Public methodClone Creates a deep copy of this slice.
Public methodLength Calculates the length of this slice.
Public methodSet(Int32, Position, Int32) Sets the specified starting index, a Position value indicating the end of the data, and a specified stride.
Public methodSet(Int32, Int32, Int32) Sets the the specified starting index, total number of elements, and stride for this slice.
Public methodSet(Position, Position, Int32) Sets the specified start and end positions and a stride.
Public methodSet(Position, Int32, Int32) Sets the specified position from which to start, the end index and a stride.
Top
See Also