IDataFrame.Rows Property

Gets an enumerator for the rows of the data frame.

Definition

Namespace: Numerics.NET.DataAnalysis
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
C#
IEnumerable<IVector> Rows { get; }

Property Value

IEnumerable<IVector>

See Also