Send Topic Feedback | See Object Hierarchy Chart
PC-DMIS 2023.2 Object Library
Required parameter of type DmisMatrix representing the second matrix.
Multiply Method
Description
Multiplies two matrices and returns the result as a DmisMatrix object.
Syntax
Visual Basic
Public Function Multiply( _
   ByVal SecondMatrix As DmisMatrix _
) As DmisMatrix
Parameters
SecondMatrix
Required parameter of type DmisMatrix representing the second matrix.
Return Type
DmisMatrix object.
See Also