Gets the elements of the vector.
Namespace:
Extreme.Mathematics
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
Public Function ToArray As T()
public:
array<T>^ ToArray()
member ToArray : unit -> 'T[]
Return Value
Type:
TAn array of values
that contains the elements of the vector.
Reference