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