Array Slice<T>.To Array Method
Returns the elements of the array slice in an array.
Definition
Namespace: Extreme.Collections
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
An array containing the first length elements in the array slice.
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
public T[] ToArray(
int length
)
Parameters
- length Int32
- The number of elements to return.
Return Value
T[]An array containing the first length elements in the array slice.