DK11 for Delphi | GisMatrix.TGIS_SquareMatrix.Multiply | Overloads | Constructors | Methods | Properties
Multiplies the supplied matrix by the current matrix.
// Delphi public function Multiply( const _mtr : TGIS_SquareMatrix ) : TGIS_SquareMatrix; overload;
// C++ Builder public: TGIS_SquareMatrix* Multiply( TGIS_SquareMatrix* const _mtr ) /* overload */;
Name | Type | Description |
---|---|---|
_mtr | TGIS_SquareMatrix | the matrix to be multiplied |
Type | Description |
---|---|
TGIS_SquareMatrix | The result of multiplication. |