User Tools

Site Tools


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

Table of Contents

TGIS_SquareMatrix.Element property

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

The value of the matrix element.

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

Syntax

// Java
public double getElement(
  int _row,
  int _col
);
 
public void setElement(
  int _row,
  int _col,
  double _value
);
// Oxygene
public
  property Element[ const _row : Integer;
const _col : Integer ] : Double read write;

Parameters

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

Value

Type
double
Double
2022/11/30 19:35

Page Tools