User Tools

Site Tools


api:dk11:delphi:gismatrix.tgis_squarematrix.element

Table of Contents

TGIS_SquareMatrix.Element property

DK for Delphi | GisMatrix.TGIS_SquareMatrix.Element | Constructors | Methods | Properties

The value of the matrix element.

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

Syntax

// Delphi
public
  property Element[ const _row : Integer;
const _col : Integer ] : Double read write;
// C++ Builder
public:
  __property double Element = {read, write};

Parameters

Name Type Description
_row Integer the row index
_col Integer the column index

Value

Type
Double
2025/01/31 01:09

Page Tools