Click or drag to resize

MatrixMultiply Method

Overload List
  NameDescription
Public methodMultiply(Matrix)
Multiplies this Matrix by the matrix specified in the matrix parameter, by prepending the specified Matrix.
Public methodMultiply(Matrix, MatrixOrder)
Multiplies this Matrix by the matrix specified in the matrix parameter, and in the order specified in the order parameter.
Top
See Also