Slice(Int32) | Gets a new CastArray2DTFrom, TTo instance, which represents a subrange of rows of the current instance starting with the specified startRowIndex. Please note that the size of TTo multiplied by Width must be divisible by the size of TFrom. |
Slice(Int32, Int32) | Gets a new CastArray2DTFrom, TTo instance, which represents a subrange of rows of the current instance starting with the specified startRowIndex and rowCount. Please note that the size of TTo multiplied by Width must be divisible by the size of TFrom. |