Multiplies two matrices and returns the result as a DmisMatrix object.
| Visual Basic |
|---|
Public Function Multiply( _ ByVal SecondMatrix As DmisMatrix _ ) As DmisMatrix |
- SecondMatrix
- Required parameter of type DmisMatrix representing the second matrix.
DmisMatrix object.