User Tools

Site Tools


api:dk11:delphi:gismatrix.tgis_squarematrix.equal_tgis_squarematrix

Table of Contents

TGIS_SquareMatrix.Equal method

DK11 for Delphi | GisMatrix.TGIS_SquareMatrix.Equal | Constructors | Methods | Properties

Checks if the supplied matrix is equal to the current matrix.

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

Syntax

// Delphi
public
  function Equal(
    const _mtr : TGIS_SquareMatrix
  ) : Boolean;
// C++ Builder
public:
  bool Equal(
    TGIS_SquareMatrix* const _mtr
  );

Parameters

Name Type Description
_mtr TGIS_SquareMatrix the matrix to be checked

Result

Type Description
Boolean True if the matrices are equal.
2022/11/30 19:17

Page Tools