←Select platform

Multiply Operator

Summary
Multiplies a LeadMatrix by another LeadMatrix.
Syntax
C#
C++/CLI
Python
public static LeadMatrix operator *( 
   LeadMatrix trans1, 
   LeadMatrix trans2 
) 
public: 
LeadMatrix operator *(  
   LeadMatrix trans1, 
   LeadMatrix trans2 
) 
def op_Multiply(self,trans1,trans2): 

Parameters

trans1
The first LeadMatrix to multiply.

trans2
The secondLeadMatrix to multiply.

Return Value

The result of multiplying  trans1 by  trans2.

Remarks

Matrix multiplication is not commutative. Multiplying  trans1 by  trans2 is not the same as multiplying  trans2 by  trans1.

Requirements

Target Platforms

Help Version 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.