An NDoc Documented Class Library

Matrix Multiplication Operator 

This operator calculates the usual matrix multiplication a * b The colcount of a mast be equals the rowcount of b.

public static Matrix operator *(
   Matrix a,
   Matrix b
);

Parameters

a
b

Return Value

See Also

Matrix Class | Minais.Drawing3d.Math Namespace | MatrixMultiplication Operator Overload List