[This is preliminary documentation and is subject to change.]
The Matrix2DBase T type exposes the following members.Constructors
| Name | Description | |
|---|---|---|
| Matrix2DBase T | Initializes a new instance of the Matrix2DBase T class |
Methods
| Name | Description | |
|---|---|---|
| Equals(Object) | (Inherited from MatrixBase T .) | |
| Equals(MatrixBase T ) | (Inherited from MatrixBase T .) | |
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from | ||
| GetEnumerator | (Inherited from MatrixBase T .) | |
| GetHashCode | (Inherited from MatrixBase T .) | |
| GetLowerBound | (Overrides MatrixBase T GetLowerBound(Int32).) | |
| GetMatrixEnumerator | (Overrides MatrixBase T GetMatrixEnumerator .) | |
Gets the (Inherited from | ||
| GetUpperBound | (Overrides MatrixBase T GetUpperBound(Int32).) | |
Creates a shallow copy of the current (Inherited from | ||
| ToString | (Overrides MatrixBase T ToString .) |
Extension Methods
Fields
| Name | Description | |
|---|---|---|
| Height | ||
| Width |
Properties
| Name | Description | |
|---|---|---|
| Item | ||
| Rank | (Overrides MatrixBase T Rank.) |
Explicit Interface Implementations
| Name | Description | |
|---|---|---|
| IEnumerable GetEnumerator | (Inherited from MatrixBase T .) |
See Also