The XMatrix type exposes the following members.
Operators
Name | Description | |
---|---|---|
![]() ![]() | Equality |
Determines whether the two matrices are equal.
|
![]() ![]() | (XMatrix to Matrix) |
Explicitly converts a XMatrix to a Matrix.
|
![]() ![]() | (Matrix to XMatrix) |
Implicitly converts a Matrix to an XMatrix.
|
![]() ![]() | Inequality |
Determines whether the two matrices are not equal.
|
![]() ![]() | Multiply |
Multiplies two matrices.
|
See Also