Click or drag to resize

ScalarAsMatrixT Properties

The MatrixMathScalarAsMatrixT type exposes the following members.

Properties
 NameDescription
Public propertyColumnCount Number of columns of the matrix. Always 1 (one).
Public propertyCount Always returns 1, since the scalar is considered to have exactly one element.
Public propertyItemInt32 Indexer for the vector interface.
Public propertyItemInt32, Int32 Element accessor. Both col and row should be zero, but this is not justified here. Always returns the value of the scalar.
Public propertyRowCount Number of rows of the matrix. Always 1 (one).
Top
See Also