DK11 for ActiveX | TatukGIS_XDK11.ITGIS_SquareMatrix.Multiply | Methods | Properties
Multiplies the supplied matrix by the current matrix.
// C# public ITGIS_SquareMatrix Multiply( ITGIS_SquareMatrix _mtr );
' VisualBasic Public Function Multiply( ByVal _mtr As ITGIS_SquareMatrix ) As ITGIS_SquareMatrix
// Oxygene public function Multiply( _mtr : ITGIS_SquareMatrix ) : ITGIS_SquareMatrix;
Name | Type | Description |
---|---|---|
_mtr | ITGIS_SquareMatrix | the matrix to be multiplied |
Type | Description |
---|---|
ITGIS_SquareMatrix | The result of multiplication. |