Data Frame<R, C>.Get Row 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 with key key.
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
public DataFrameRow<R, C> GetRow(
	R key
)Parameters
- key R
 - The key of the row to be returned.
 
Return Value
DataFrameRow<R, C>The row with key key.
Remarks
Accessing a data frame through its rows is very expensive compared to