DK11 for .NET | TatukGIS.NDK.TGIS_SquareMatrix.Row | Constructors | Methods | Properties
Gives access to the whole matrix row.
// 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;
Name | Type | Description |
---|---|---|
_row | int Integer | the row index |
Type |
---|
double[] TGIS_Vector |