Serves as the abstract base class for objects that
convert between data objects and vectors, matrices,
and data frames.
SystemObject Extreme.DataDataObjectConverterTObject
Namespace:
Extreme.Data
Assembly:
Extreme.Data (in Extreme.Data.dll) Version: 3.1.0
public abstract class DataObjectConverter<TObject>
Public MustInherit Class DataObjectConverter(Of TObject)
generic<typename TObject>
public ref class DataObjectConverter abstract
[<AbstractClassAttribute>]
type DataObjectConverter<'TObject> = class end
Type Parameters
- TObject
The DataObjectConverterTObject type exposes the following members.
Top
| Name | Description |
---|
 | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
 | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
 | FromDataFrameR, C |
Converts a data frame to a data object.
|
 | FromMatrixT |
Converts a matrix to a data object.
|
 | FromVectorT |
Converts a vector to a data object.
|
 | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
 | GetType | Gets the Type of the current instance. (Inherited from Object.) |
 | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
 | ToString | Returns a string that represents the current object. (Inherited from Object.) |
Top
Reference