IStorage Slice<T, TSelf>.Clone Data Method
Returns an array slice over a copy of the values in the current slice.
Definition
Namespace: Numerics.NET.Collections
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
C#
An array slice with unit stride that references the first length elements of this array slice.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
TSelf CloneData(
int length
)
Parameters
- length Int32
- The number of elements in the new array slice.
Return Value
TSelfAn array slice with unit stride that references the first length elements of this array slice.