| Matrix6By6 Operators | 
The Matrix6By6 type exposes the following members.
 Operators
Operators| Name | Description | |
|---|---|---|
|   | Addition(Matrix6By6, Matrix6By6) | 
            Adds a matrix to this matrix.
             | 
|   | Addition(Matrix6By6, Matrix6By6Symmetric) | 
            Adds a matrix to this matrix.
             | 
|   | Equality | 
        Returns  if the two instances are exactly equal.
       | 
|   | Inequality | 
        Returns  if the two instances are not exactly equal.
       | 
|   | Multiply(Double, Matrix6By6) | 
            Multiplies a scalar by a matrix.
             | 
|   | Multiply(Matrix6By6, Matrix6By6) | 
            Multiplies the left matrix by the right matrix.
             | 
|   | Multiply(Matrix6By6, Matrix6By6Symmetric) | 
            Multiplies the left matrix by the right matrix.
             | 
|   | Multiply(Matrix6By6, Double) | 
            Multiplies a matrix by a scalar.
             | 
|   | Subtraction(Matrix6By6, Matrix6By6) | 
            Subtracts the second matrix from the first.
             | 
|   | Subtraction(Matrix6By6, Matrix6By6Symmetric) | 
            Subtracts the second matrix from the first.
             | 
 See Also
See Also