IData Object<TObject>.To Data Frame Method
            
            Definition
Namespace: Numerics.NET.Data
Assembly: Numerics.NET.Data (in Numerics.NET.Data.dll) Version: 4.0.4
Assembly: Numerics.NET.Data (in Numerics.NET.Data.dll) Version: 4.0.4
Overload List
| ToData | Converts the object to a data frame. | 
| ToData | Converts the object to a data frame. | 
ToDataFrame
            Converts the object to a data frame.
            
ToDataFrame<R, C>
            Converts the object to a data frame.
            
DataFrame<R, C> ToDataFrame<R, C>()
Type Parameters
- R
 - The type of the row keys of the data frame.
 - C
 - The type of the column keys of the data frame.
 
Return Value
DataFrame<R, C>The new data frame.