←Select platform

Multiply Method

Summary
Multiplies a LeadMatrix by another LeadMatrix.
Syntax
C#
VB
Objective-C
C++
Java
public static LeadMatrix Multiply( 
   LeadMatrix trans1, 
   LeadMatrix trans2 
) 
Public Shared Function Multiply( _ 
   ByVal trans1 As LeadMatrix, _ 
   ByVal trans2 As LeadMatrix _ 
) As LeadMatrix 
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 
)  

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 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools Assembly

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