LEADTOOLS JavaScript (Leadtools)

Multiply Method

Show in webframe
The first LeadMatrix to multiply.
The secondLeadMatrix to multiply.
Multiplies a LeadMatrix by another LeadMatrix.
Syntax
 function Leadtools.LeadMatrix.multiply( 
   trans1 ,
   trans2 
)

Parameters

ParameterTypeDescription
trans1LeadMatrixThe first LeadMatrix to multiply.
trans2LeadMatrixThe secondLeadMatrix to multiply.

Return Value

TypeDescription
LeadMatrix 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.

See Also

Reference

LeadMatrix Object
LeadMatrix Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.