Converts the object to a data frame.
Namespace: Extreme.Data.MatlabAssembly: Extreme.Data (in Extreme.Data.dll) Version: 1.0.16170.0 (1.0.16170.0)
public DataFrame<long, string> ToDataFrame()
Public Function ToDataFrame As DataFrame(Of Long, String)
public:
virtual DataFrame<long long, String^>^ ToDataFrame() sealed
abstract ToDataFrame : unit -> DataFrame<int64, string>
override ToDataFrame : unit -> DataFrame<int64, string>
Return Value
Type:
DataFrameInt64,
StringThe new data frame.
Implements
IDataObjectTObjectToDataFrame
Numerical Libraries
Supported in: 6.0
Reference