Matrix<T>.Columns Property

Gets the ColumnCollection<T> for this instance.

Definition

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

Property Value

ColumnCollection<T>

See Also