NMatrixSeriesData Class Members
In This Topic
The following tables list the members exposed by NMatrixSeriesData.
Public Fields
Public Properties
| Name | Description |
 | ColumnCount | Returns the number of columns in the matrix |
 | GridSizeX | Returns the size of the data sorage in the X-dimension. |
 | GridSizeZ | Returns the size of the data sorage in the Z-dimension. |
 | RowCount | Returns the number of rows in the matrix |
Top
Public Methods
| Name | Description |
 | Clear | Removes all data from the storage. |
 | SetGridSize | Sets the size of the data storage. A storage with size M x N is represented by a surface with (M - 1) x (N - 1) cells. |
 | SetSize | Sets the new size of the matrix |
Top
See Also