Composite Data Stream<TObject>.Read All Data Frames Method
Definition
Namespace: Numerics.NET.Data
Assembly: Numerics.NET.Data (in Numerics.NET.Data.dll) Version: 4.0.3
Assembly: Numerics.NET.Data (in Numerics.NET.Data.dll) Version: 4.0.3
Overload List
Read | Reads all data frames from the data stream. |
Read | Reads all data frames from the data stream. |
ReadAllDataFrames
Reads all data frames from the data stream.
public Dictionary<string, DataFrame<long, string>> ReadAllDataFrames()
Return Value
Dictionary<String, DataFrame<Int64, String>>A dictionary that maps names to the corresponding data frame that was read from the data stream.
ReadAllDataFrames<R, C>
Reads all data frames from the data stream.
public Dictionary<string, DataFrame<R, C>> ReadAllDataFrames<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
Dictionary<String, DataFrame<R, C>>A dictionary that maps names to the corresponding data frame that was read from the data stream.