Overload List
| # | Signature | Description |
|---|---|---|
| 1 | function Col(const Mtx: TMtx; aCol: Integer): Vector; | Returns specified column from the source matrix. |
| 2 | function Col(const Mtx: TMtx; aRow: Integer; aCol: Integer; Len: Integer): Vector; | Returns specified column from the source matrix. |
Overload 1: function Col(const Mtx: TMtx; aCol: Integer): Vector;
Returns specified column from the source matrix.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Mtx | TMtx | |
| 2 | aCol | Integer |
Returns: Vector
Remarks:
Internally calls Vector.GetCol
Overload 2: function Col(const Mtx: TMtx; aRow: Integer; aCol: Integer; Len: Integer): Vector;
Returns specified column 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.GetCol