Columns Property
Columns
Get the vectors from the column direction.
Declaration
public Vector<T>[] Columns { get; }
Public ReadOnly Property Columns As Vector(Of T)()
Property Value
| Type |
Description |
| Vector<T>[] |
A Vector array indicates the columns of the matrix.
|