ColumnCollection<T>.ToArray Method

Returns the columns in an array.

Definition

Namespace: Numerics.NET.LinearAlgebra
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
C#
public Vector<T>[] ToArray()

Return Value

Vector<T>[]
An array that contains all the vectors in the collection.

See Also