Overload List
| # | Signature | Description |
|---|---|---|
| 1 | function Row(const Mtx: TMtx; aRow: Integer): Vector; | Returns specified aRow from the source matrix. |
| 2 | function Row(const Mtx: TMtx; aRow: Integer; aCol: Integer; Len: Integer): Vector; | Returns specified aRow from the source matrix. |
Overload 1: function Row(const Mtx: TMtx; aRow: Integer): Vector;
Returns specified aRow from the source matrix.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Mtx | TMtx | |
| 2 | aRow | Integer |
Returns: Vector
Remarks:
Internally calls Vector.GetRow
Overload 2: function Row(const Mtx: TMtx; aRow: Integer; aCol: Integer; Len: Integer): Vector;
Returns specified aRow from the source matrix.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Mtx | TMtx | |
| 2 | aRow | Integer | |
| 3 | aCol | Integer | |
| 4 | Len | Integer | element count |
Returns: Vector
Remarks:
Internally calls Vector.GetRow