public static LeadMatrix Multiply(
LeadMatrix trans1,
LeadMatrix trans2
)
Public Shared Function Multiply( _
ByVal trans1 As LeadMatrix, _
ByVal trans2 As LeadMatrix _
) As LeadMatrix
void LeadMatrixMultiply(LeadMatrix *result, const LeadMatrix *matrix1, const LeadMatrix *matrix2)
public:
static LeadMatrix Multiply(
LeadMatrix trans1,
LeadMatrix trans2
)
trans1
The first LeadMatrix to multiply.
trans2
The secondLeadMatrix to multiply.
The result of multiplying trans1 by trans2.
Matrix multiplication is not commutative. Multiplying trans1 by trans2 is not the same as multiplying trans2 by trans1.
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document