Returns the elements of the array slice in an array.
Namespace: Extreme.CollectionsAssembly: Extreme.Numerics.Net40 (in Extreme.Numerics.Net40.dll) Version: 6.0.16073.0 (6.0.17114.0)
public T[] ToArray(
int length
)
Public Function ToArray (
length As Integer
) As T()
public:
array<T>^ ToArray(
int length
)
member ToArray :
length : int -> 'T[]
Parameters
- length
- Type: SystemInt32
The number of elements to return.
Return Value
Type:
TAn array containing the first
length elements in the array slice.
Numerical Libraries
Supported in: 6.0, 5.x
Reference