Click or drag to resize

MatrixWithOneRowT Properties

The MatrixMathMatrixWithOneRowT type exposes the following members.

Properties
 NameDescription
Public propertyColumnCount Number of columns, i.e. number of elements of the horizontal 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 rows should be zero, but no exception is thrown if it is not zero.
Public propertyRowCount Number of rows. Returns always 1 (one).
Top
See Also