Represents an element in a .mat file.
SystemObject Extreme.Data.MatlabMatlabDataObject
Namespace: Extreme.Data.MatlabAssembly: Extreme.Data (in Extreme.Data.dll) Version: 1.0.16170.0 (1.0.16328.0)
public abstract class MatlabDataObject : IDataObject<MatlabDataObject>
Public MustInherit Class MatlabDataObject
Implements IDataObject(Of MatlabDataObject)
public ref class MatlabDataObject abstract : IDataObject<MatlabDataObject^>
[<AbstractClassAttribute>]
type MatlabDataObject =
class
interface IDataObject<MatlabDataObject>
end
The MatlabDataObject type exposes the following members.
Top
| Name | Description |
---|
 | ElementType |
Gets the CLR type of the elements of the array.
|
 | Fields |
Gets a dictionary that maps field names to their values.
|
 | IsDataFrame |
Gets whether the object can be converted to a vector.
|
 | IsMatrix |
Gets whether the object can be converted to a matrix.
|
 | IsVector |
Gets whether the object can be converted to a data frame.
|
 | Kind |
Gets the kind of data object.
|
 | Name |
Gets or sets the name of the element.
|
Top
| 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.
|
 | 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.) |
 | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
 | GetType | Gets the Type of the current instance. (Inherited from Object.) |
 | GetValue |
Gets the value of the object.
|
 | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
 | 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.
|
 | ToString | Returns a string that represents the current object. (Inherited from Object.) |
 | ToVectorT |
Converts the object to a vector with the specified element type.
|
Top
Numerical Libraries
Supported in: 6.0
Reference