Data Frame<R, C>.Get Row At Method
            
            
            
            
            Gets the row with the specified row key.
            
Definition
Namespace: Extreme.DataAnalysis
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
    C#
    
 
 
The row at position index.
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
public DataFrameRow<R, C> GetRowAt(
	int index
)Parameters
- index Int32
 - The zero-based index of the row to be returned.
 
Return Value
DataFrameRow<R, C>The row at position index.
Remarks
Accessing a data frame through its rows is very expensive compared to accessing it through its columns.