Matrix |
The MatrixMathMatrixWithOneColumnT type exposes the following members.
Name | Description | |
---|---|---|
ColumnCount | Number of columns of the matrix, always 1 (one) since it is a vertical vector. | |
Count | Gets the number of elements in the collection. | |
ItemInt32 | Read/write Accessor for the element at index i. | |
ItemInt32, Int32 | Element accessor. The argument col should be zero here, but no exception is thrown if it is not zero. | |
RowCount | Number of Rows = elements of the vector. |