Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.6.28
|
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 )
void LeadMatrixMultiply(LeadMatrix *result, const LeadMatrix *matrix1, const LeadMatrix *matrix2)
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.