IStorageSlice<T, TSelf>.CloneData 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.0
C#
TSelf CloneData(
	int length
)

Parameters

length  Int32
The number of elements in the new array slice.

Return Value

TSelf
An array slice with unit stride that references the first length elements of this array slice.

See Also