IDataFrame.Rows Property

Gets an enumerator for the rows of the data frame.

Definition

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

Property Value

IEnumerable<IVector>

See Also