Reads the data frame with the specified name in the file.
Namespace:
Extreme.Data
Assembly:
Extreme.Data (in Extreme.Data.dll) Version: 3.1.0
public DataFrame<R, C> ReadDataFrame<R, C>(
string name
)
Public Function ReadDataFrame(Of R, C) (
name As String
) As DataFrame(Of R, C)
public:
generic<typename R, typename C>
DataFrame<R, C>^ ReadDataFrame(
String^ name
)
member ReadDataFrame :
name : string -> DataFrame<'R, 'C>
Parameters
- name
- Type: SystemString
The name of the matrix to read.
Type Parameters
- R
- C
Return Value
Type:
DataFrameR,
CA data frame containing the data.
Reference