Matrix<T>.Rows Property

Gets the RowCollection<T> for this instance.

Definition

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

Property Value

RowCollection<T>

See Also