User Tools

Site Tools


api:dk11:delphi:gismatrix.tgis_squarematrix.create_tgis_matrix

Table of Contents

TGIS_SquareMatrix.Create(TGIS_Matrix) constructor

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

Creates an instance. If the source matrix is not square then it will be truncated by the smaller dimension.

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

Syntax

// Delphi
public
  constructor Create(
    const _mtr : TGIS_Matrix
  ); overload;
// C++ Builder
Create (
  TGIS_Matrix* const _mtr
);

Parameters

Name Type Description
_mtr TGIS_Matrix the source data for matrix
2022/11/30 19:17

Page Tools