Matrix |
public struct MatrixWrapperStructForLeftSpineJaggedArray<T> : IMatrix<T>, IROMatrix<T> where T : struct, new()
The MatrixWrapperStructForLeftSpineJaggedArrayT type exposes the following members.
Name | Description | |
---|---|---|
MatrixWrapperStructForLeftSpineJaggedArrayT(Int32, Int32) | Initializes a new instance of the MatrixWrapperStructForLeftSpineJaggedArrayT struct and creates the jagged matrix array. | |
MatrixWrapperStructForLeftSpineJaggedArrayT(T, Int32, Int32) | Initializes a new instance of the MatrixWrapperStructForLeftSpineJaggedArrayT struct by wrapping the provided array. |
Name | Description | |
---|---|---|
Array | Gets the underlying array. Access to elements is done using Array[row][column]. | |
ColumnCount | Gets the number of columns of the matrix. | |
Item | ||
RowCount | Gets the number of rows of the matrix. |
Name | Description | |
---|---|---|
Equals | Indicates whether this instance and a specified object are equal. (Inherited from ValueType) | |
GetHashCode | Returns the hash code for this instance. (Inherited from ValueType) | |
GetType | Gets the Type of the current instance. (Inherited from Object) | |
ToString | Returns the fully qualified type name of this instance. (Inherited from ValueType) |