DK for Delphi | GisMatrix.TGIS_SquareMatrix.Element | Constructors | Methods | Properties
The value of the matrix element.
// Delphi public property Element[ const _row : Integer; const _col : Integer ] : Double read write;
// C++ Builder public: __property double Element = {read, write};
Name | Type | Description |
---|---|---|
_row | Integer | the row index |
_col | Integer | the column index |
Type |
---|
Double |