User Tools

Site Tools


api:dk11:java:tatukgis.jdk.tgis_squarematrix.equal_tgis_squarematrix

Table of Contents

TGIS_SquareMatrix.Equal method

DK11 for Java | tatukgis.jdk.TGIS_SquareMatrix.Equal | Constructors | Methods | Properties

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

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

Syntax

// Java
public bool Equal(
  TGIS_SquareMatrix _mtr
);
// Oxygene
public
  function Equal(
    _mtr : TGIS_SquareMatrix
  ) : Boolean;

Parameters

Name Type Description
_mtr TGIS_SquareMatrix the matrix to be checked

Result

Type Description
bool
Boolean
True if the matrices are equal.
2024/12/20 22:26

Page Tools