|
|
MatReader Properties |
The MatReader type exposes the following members.
| Name | Description | |
|---|---|---|
| BaseStream |
Returns the underlying stream.
| |
| BigEndian |
Gets whether the MAT file uses the Big-Endian
standard for bit-order. Currently, only little
endian is supported.
| |
| Description |
Gets the human readable description of the MAT file.
| |
| FieldNames |
Gets the name of the variables contained in this file. Those
can be used as keys to the Fields property to
retrieve a variable or navigate the variable hierarchy.
| |
| Fields |
Gets the child nodes contained in this file.
| |
| ItemInt32 |
Gets a child object contained in this node.
| |
| ItemString |
Gets a child object contained in this node.
| |
| Transpose |
Gets whether matrices will be auto-transposed
to .NET row and column format if necessary.
| |
| Version |
Gets the version information about the file.
This field should always contain 256.
|