Block Vector<T>.To Array Method
Gets the components of the BlockVector<T>.
Definition
Namespace: Extreme.Mathematics.LinearAlgebra
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
An array of T values that contains the components of the vector.
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
public override T[] ToArray()
Return Value
T[]An array of T values that contains the components of the vector.
Remarks
This method always returns a copy of the elements.