Gets an enumerator for the rows of the data frame.
Namespace:
Extreme.DataAnalysis
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
IEnumerable<IVector> Rows { get; }
ReadOnly Property Rows As IEnumerable(Of IVector)
Get
property IEnumerable<IVector^>^ Rows {
IEnumerable<IVector^>^ get ();
}
abstract Rows : IEnumerable<IVector> with get
Property Value
Type:
IEnumerableIVector
Reference