The IDataObjectTObject generic type exposes the following members.
| Name | Description |
---|
 | AsMatrixT |
Attempts to convert the object to a matrix with the specified element type.
|
 | AsVectorT |
Attempts to convert the object to a vector with the specified element type.
|
 | Load |
Loads the object's data value.
|
 | ToDataFrame |
Converts the object to a data frame.
|
 | ToDataFrameR, C |
Converts the object to a data frame.
|
 | ToMatrixT |
Converts the object to a matrix with the specified element type.
|
 | ToVectorT |
Converts the object to a vector with the specified element type.
|
Top
Reference