←Select platform

Multiply Operator

Summary

Multiplies a LeadMatrix by another LeadMatrix.

Syntax

C#
VB
C++
public static LeadMatrix operator *( 
   LeadMatrix trans1, 
   LeadMatrix trans2 
) 
Public Operator *( _ 
   ByVal trans1 As Leadtools.LeadMatrix, _ 
   ByVal trans2 As Leadtools.LeadMatrix _ 
) As Leadtools.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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools Assembly