Column Collection<T>.To Array Method
Returns the columns in an array.
Definition
Namespace: Numerics.NET.LinearAlgebra
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
C#
An array that contains all the vectors in the collection.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
public Vector<T>[] ToArray()
Return Value
Vector<T>[]An array that contains all the vectors in the collection.