Click or drag to resize

AnyMatrixT Properties

The AnyMatrixT generic type exposes the following members.

Properties
  NameDescription
Public propertyColumnCount
Gets the number of matrix columns.
Public propertyIsReadOnly
Gets a flag indicating whether the matrix is read-only.
Public propertyItem
Gets or sets the value of a matrix entry.
Public propertyRowCount
Gets the number of matrix rows.
Top
See Also