DK for Java | tatukgis.jdk.TGIS_SquareMatrix.Row | Constructors | Methods | Properties
Gives access to the whole matrix row.
// Java public double[] getRow( int _row ); public void setRow( int _row, double[] _value );
// Oxygene public property Row[ const _row : Integer ] : TGIS_Vector read write;
Name | Type | Description |
---|---|---|
_row | int Integer | the row index |
Type |
---|
double[] TGIS_Vector |