DK11 for Python | tatukgis.pdk.TGIS_SquareMatrix.Element | Constructors | Methods | Properties
The value of the matrix element.
# Python def Element( self _row: int _col: int ) -> float: def Element( self _row: int _col: int _value: float ) -> None:
Name | Type | Description |
---|---|---|
_row | int | the row index |
_col | int | the column index |
Type |
---|
float |