User Tools

Site Tools


api:dk11:java:tatukgis.jdk.tgis_squarematrix.row

Table of Contents

TGIS_SquareMatrix.Row property

DK for Java | tatukgis.jdk.TGIS_SquareMatrix.Row | Constructors | Methods | Properties

Gives access to the whole matrix row.

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

Syntax

// Java
public double[] getRow(
  int _row
);
 
public void setRow(
  int _row,
  double[] _value
);
// Oxygene
public
  property Row[ const _row : Integer ] : TGIS_Vector read write;

Parameters

Name Type Description
_row int
Integer
the row index

Value

Type
double[]
TGIS_Vector
2025/01/31 01:18

Page Tools