User Tools

Site Tools


api:dk11:python:tatukgis.pdk.tgis_squarematrix.element

Table of Contents

TGIS_SquareMatrix.Element property

DK11 for Python | tatukgis.pdk.TGIS_SquareMatrix.Element | Constructors | Methods | Properties

The value of the matrix element.

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

Syntax

# Python
 
def Element(
  self
  _row: int
  _col: int
) -> float: 
 
 
def Element(
  self
  _row: int
  _col: int
  _value: float
) -> None: 

Parameters

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

Value

Type
float
2022/11/30 16:04

Page Tools