ColumnCollection<T>.ToArray Method

Returns the columns in an array.

Definition

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

Return Value

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

See Also