IDataObject<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.
ToDataFrame() Converts the object to a data frame.
ToDataFrame<R, C>() 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.

See Also