Matrix OperatorsBespoke Osc Library
The Matrix type exposes the following members.
Operators

  NameDescription
Public operatorStatic memberAddition
Adds a matrix to another matrix.
Public operatorStatic memberDivision
Divides the components of a matrix by a scalar.
Public operatorStatic memberEquality
Compares a matrix for equality with another matrix.
Public operatorStatic memberInequality
Tests a matrix for inequality with another matrix.
Public operatorStatic memberMultiply
Multiplies a matrix by another matrix.
Public operatorStatic memberSubtraction
Subtracts a matrix from another matrix.
Back to Top
See Also