Vector<T>.To Array Method
Gets the elements of the vector.
Definition
Namespace: Extreme.Mathematics
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
An array whose elements are the elements of the vector.
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
public virtual T[] ToArray()
Return Value
T[]An array whose elements are the elements of the vector.
Remarks
This method always returns a copy of the elements.