Click or drag to resize

Matrix Operators

The Matrix type exposes the following members.

Operators
  NameDescription
Public operatorStatic memberAddition
Adds two matrices.
Public operatorStatic memberDivision(Matrix, Matrix)
Divides the elements of a Matrix by the elements of another Matrix.
Public operatorStatic memberDivision(Matrix, Single)
Divides the elements of a Matrix by a scalar.
Public operatorStatic memberEquality
Compares whether two Matrix instances are equal without any tolerance.
Public operatorStatic memberInequality
Compares whether two Matrix instances are not equal without any tolerance.
Public operatorStatic memberMultiply(Matrix, Matrix)
Multiplies two matrices.
Public operatorStatic memberMultiply(Matrix, Single)
Multiplies the elements of matrix by a scalar.
Public operatorStatic memberSubtraction
Subtracts the values of one Matrix from another Matrix.
Public operatorStatic memberUnaryNegation
Inverts values in the specified Matrix.
Top
See Also