Matrix<T>.Columns Property

Gets the ColumnCollection<T> for this instance.

Definition

Namespace: Numerics.NET
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
C#
public ColumnCollection<T> Columns { get; }

Property Value

ColumnCollection<T>

See Also