LEADTOOLS (Leadtools assembly)

Multiplication Operator (LeadMatrix)

Show in webframe







The first LeadMatrix to multiply.
The secondLeadMatrix to multiply.
Multiplies a LeadMatrix by another LeadMatrix.
Syntax
public LeadMatrix operator *( 
   LeadMatrix trans1,
   LeadMatrix trans2
)
'Declaration
 
Public Operator *( _
   ByVal trans1 As LeadMatrix, _
   ByVal trans2 As LeadMatrix _
) As LeadMatrix
'Usage
 
public LeadMatrix operator *( 
   LeadMatrix trans1,
   LeadMatrix trans2
)

            

            
This operator type is not supported by WinRT JavaScript
public:
LeadMatrix operator *( 
   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

See Also

Reference

LeadMatrix Structure
LeadMatrix Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.