Matrix<T>.Rows Property

Gets the RowCollection<T> for this instance.

Definition

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

Property Value

RowCollection<T>

See Also