Click or drag to resize

MatrixWithOneColumnT Properties

The MatrixMathMatrixWithOneColumnT type exposes the following members.

Properties
 NameDescription
Public propertyColumnCount Number of columns of the matrix, always 1 (one) since it is a vertical vector.
Public propertyCountGets the number of elements in the collection.
Public propertyItemInt32Read/write Accessor for the element at index i.
Public propertyItemInt32, Int32 Element accessor. The argument col should be zero here, but no exception is thrown if it is not zero.
Public propertyRowCount Number of Rows = elements of the vector.
Top
See Also