User Tools

Site Tools


api:dk11:net:tatukgis.ndk.tgis_squarematrix.row

Table of Contents

TGIS_SquareMatrix.Row property

DK11 for .NET | TatukGIS.NDK.TGIS_SquareMatrix.Row | Constructors | Methods | Properties

Gives access to the whole matrix row.

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

Syntax

// C#
public TGIS_Vector Row[_row int]
{
  get {}
  set {}
}
' VisualBasic
Public Property Row(ByVal  _row As Integer] As TGIS_Vector
  Get
  End Get
  Set(ByVal value As TGIS_Vector)
  End Set
End Property
// Oxygene
public
  property Row[ const _row : Integer ] : TGIS_Vector read read;

Parameters

Name Type Description
_row int
Integer
the row index

Value

Type
double[]
TGIS_Vector
2022/11/30 19:27

Page Tools