IData Object<TObject> Methods
Methods
| AsMatrix<T> | Attempts to convert the object to a matrix with the specified element type. |
| AsVector<T> | Attempts to convert the object to a vector with the specified element type. |
| Load | Loads the object's data value. |
| ToData | Converts the object to a data frame. |
| ToData | Converts the object to a data frame. |
| ToMatrix<T> | Converts the object to a matrix with the specified element type. |
| ToVector<T> | Converts the object to a vector with the specified element type. |