AnyVector Properties |
The AnyVector type exposes the following members.
Name | Description | |
---|---|---|
![]() | ColumnCount |
Gets the number of matrix columns.
(Inherited from AnyMatrix<T>.) |
![]() | Dimension |
Gets the dimension of the vector.
|
![]() | IsReadOnly |
Gets a flag indicating whether the matrix is read-only.
(Inherited from AnyMatrix<T>.) |
![]() | Item[Int32] |
Gets or sets the specified vector component.
|
![]() | Item[Int32, Int32] |
Gets or sets the value of a matrix entry.
(Inherited from AnyMatrix<T>.) |
![]() | RowCount |
Gets the number of matrix rows.
(Inherited from AnyMatrix<T>.) |