User Tools

Site Tools


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

Table of Contents

TGIS_SquareMatrix.Element property

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

The value of the matrix element.

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

Syntax

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

Parameters

Name Type Description
_row int
Integer
the row index
_col int
Integer
the column index

Value

Type
double
Double
2022/11/30 19:27

Page Tools