Click or drag to resize

RowVector Properties

The RowVector type exposes the following members.

Properties
  NameDescription
Public propertyColumnCount
Gets the number of matrix columns.
(Overrides AnyMatrixTColumnCount.)
Public propertyDimension
Gets the dimension of the vector.
(Inherited from AnyVector.)
Public propertyIsReadOnly
Gets a flag indicating whether the matrix is read-only.
(Inherited from AnyMatrixT.)
Public propertyItemInt32
Gets or sets the specified vector component.
(Inherited from AnyVector.)
Public propertyItemInt32, Int32
Gets or sets the value of a matrix entry.
(Overrides AnyMatrixTItemInt32, Int32.)
Public propertyRowCount
Gets the number of matrix rows.
(Overrides AnyMatrixTRowCount.)
Public propertyTranspose
Returns the transpose of the row vector.
Top
See Also