multiply Method

Summary

Multiplies a LeadMatrix by another LeadMatrix.

Syntax
TypeScript
JavaScript
multiply = function( 
   trans1, 
   trans2 
) 
static multiply( 
   trans1: LeadMatrix, 
   trans2: LeadMatrix 
): LeadMatrix; 

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

Leadtools Assembly