Leadtools Namespace > LeadMatrix Structure : Multiply Method |
public static LeadMatrix Multiply( LeadMatrix trans1, LeadMatrix trans2 )
'Declaration Public Shared Function Multiply( _ ByVal trans1 As LeadMatrix, _ ByVal trans2 As LeadMatrix _ ) As LeadMatrix
'Usage Dim trans1 As LeadMatrix Dim trans2 As LeadMatrix Dim value As LeadMatrix value = LeadMatrix.Multiply(trans1, trans2)
public static LeadMatrix Multiply( LeadMatrix trans1, LeadMatrix trans2 )
public: static LeadMatrix Multiply( LeadMatrix trans1, LeadMatrix trans2 )
Matrix multiplication is not commutative. Multiplying trans1 by trans2 is not the same as multiplying trans2 by trans1.