Array 1D<T>.To Array Method
Copies the specified number of elements to a .NET array.
Definition
Namespace: Numerics.NET.Collections
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
C#
A .NET array containing the first length elements in the array.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
public T[] ToArray(
int length
)
Parameters
- length Int32
- The number of elements to copy.
Return Value
T[]A .NET array containing the first length elements in the array.
Implements
IStorageSlice<T>.ToArray(Int32)Exceptions
Argument | length is less than zero. |