Gets the elements of the vector.
Namespace:
Extreme.Mathematics
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public virtual T[] ToArray()
Public Overridable Function ToArray As T()
public:
virtual array<T>^ ToArray()
abstract ToArray : unit -> 'T[]
override ToArray : unit -> 'T[]
Return Value
Type:
TAn array whose elements are the elements of the vector.
This method always returns a copy of the elements.
Reference