DK11 for Java | tatukgis.jdk.TGIS_SquareMatrix.Element | Constructors | Methods | Properties
The value of the matrix element.
// 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;
Name | Type | Description |
---|---|---|
_row | int Integer | the row index |
_col | int Integer | the column index |
Type |
---|
double Double |