Scalar |
The MatrixMathScalarAsMatrixT type exposes the following members.
| Name | Description | |
|---|---|---|
| ColumnCount | Number of columns of the matrix. Always 1 (one). | |
| Count | Always returns 1, since the scalar is considered to have exactly one element. | |
| ItemInt32 | Indexer for the vector interface. | |
| ItemInt32, Int32 | Element accessor. Both col and row should be zero, but this is not justified here. Always returns the value of the scalar. | |
| RowCount | Number of rows of the matrix. Always 1 (one). |