C#
VB
Java
Objective-C
WinRT C#
C++
Multiplies a LeadMatrix by another LeadMatrix.
public static LeadMatrix Multiply(
LeadMatrix trans1,
LeadMatrix trans2
)
Public Shared Function Multiply( _
ByVal trans1 As Leadtools.LeadMatrix, _
ByVal trans2 As Leadtools.LeadMatrix _
) As Leadtools.LeadMatrix
public static Leadtools.LeadMatrix Multiply(
Leadtools.LeadMatrix trans1,
Leadtools.LeadMatrix trans2
)
void LeadMatrixMultiply(LeadMatrix *result, const LeadMatrix *matrix1, const LeadMatrix *matrix2)
function Leadtools.LeadMatrix.Multiply(
trans1 ,
trans2
)
public:
static Leadtools.LeadMatrix Multiply(
Leadtools.LeadMatrix trans1,
Leadtools.LeadMatrix trans2
)
trans1
The first LeadMatrix to multiply.
trans2
The secondLeadMatrix to multiply.
Matrix multiplication is not commutative. Multiplying trans1 by trans2 is not the same as multiplying trans2 by trans1.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET