Name | Description | |
---|---|---|
![]() | Matrix Constructor | Overloaded. |
The following tables list the members exposed by Matrix.
Name | Description | |
---|---|---|
![]() | Matrix Constructor | Overloaded. |
Name | Description | |
---|---|---|
![]() | Dimensions | The dimensions of the matrix. |
![]() | Elements | The elements of the matrix. |
![]() | TypeInfo | The type information for the matrix. |
Name | Description | |
---|---|---|
![]() | Clone | |
![]() | Equals | Determines if the specified object is equal to the object. |
![]() | GetHashCode | Serves as the default hash function. |
![]() | MemberwiseClone | Makes a deep copy of the object. |
![]() | ToArray | Returns the flattened array as a multi-dimensional array. |
![]() | ToString | Overloaded. Returns the string representation of the object. |
![]() ![]() | ValidateDimensions | Overloaded. Validate the dimensions of a given matrix. As a side effect will bring to 0 negative dimensions. Throws ArgumentException if dimensions overflow and ServiceResultException if maxArrayLength is exceeded |