[This is preliminary documentation and is subject to change.]
The Matrix type exposes the following members.
Operators
| Name | Description | |
|---|---|---|
| Addition | 
Adds two matricies.
  | |
| Division(Matrix, Matrix) | 
Divides two matricies.
  | |
| Division(Matrix, Single) | 
Scales a matrix by a given value.
  | |
| Equality | 
Tests for equality between two objects.
  | |
| Inequality | 
Tests for inequality between two objects.
  | |
| Multiply(Single, Matrix) | 
Scales a matrix by a given value.
  | |
| Multiply(Matrix, Matrix) | 
Multiplies two matricies.
  | |
| Multiply(Matrix, Single) | 
Scales a matrix by a given value.
  | |
| Subtraction | 
Subtracts two matricies.
  | |
| UnaryNegation | 
Negates a matrix.
  | 
See Also