Leadtools Namespace > LeadMatrix Structure : Multiplication Operator |
public LeadMatrix operator *( LeadMatrix trans1, LeadMatrix trans2 )
'Declaration Public Operator *( _ ByVal trans1 As LeadMatrix, _ ByVal trans2 As LeadMatrix _ ) As LeadMatrix
'Usage
public LeadMatrix operator *( LeadMatrix trans1, LeadMatrix trans2 )
This operator type is not supported by WinRT JavaScript
public: LeadMatrix operator *( LeadMatrix trans1, LeadMatrix trans2 )
Matrix multiplication is not commutative. Multiplying trans1 by trans2 is not the same as multiplying trans2 by trans1.