User Tools

Site Tools


api:dk11:delphi:gismatrix.tgis_squarematrix.multiply_tgis_squarematrix

Table of Contents

TGIS_SquareMatrix.Multiply(TGIS_SquareMatrix) method

DK11 for Delphi | GisMatrix.TGIS_SquareMatrix.Multiply | Overloads | Constructors | Methods | Properties

Multiplies the supplied matrix by the current matrix.

Available also on: .NET | Java | ActiveX | Python.

Syntax

// Delphi
public
  function Multiply(
    const _mtr : TGIS_SquareMatrix
  ) : TGIS_SquareMatrix; overload;
// C++ Builder
public:
  TGIS_SquareMatrix* Multiply(
    TGIS_SquareMatrix* const _mtr
  ) /* overload */;

Parameters

Name Type Description
_mtr TGIS_SquareMatrix the matrix to be multiplied

Result

Type Description
TGIS_SquareMatrix The result of multiplication.
2022/11/30 19:17

Page Tools