Array2DTSlice(Int32) Method
Gets a new
Array2DT instance, which represents a subrange of rows of the current instance starting with the specified
startRowIndex.
Namespace: KGySoft.CollectionsAssembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 9.0.0
public Array2D<T> Slice(
int startRowIndex
)
Public Function Slice (
startRowIndex As Integer
) As Array2D(Of T)
public:
Array2D<T> Slice(
int startRowIndex
)
member Slice :
startRowIndex : int -> Array2D<'T>
- startRowIndex Int32
- The offset that points to the first row of the returned Array2DT.
Array2DTThe subrange of rows of the current
Array2DT instance starting with the specified
startRowIndex.