MtxExpr.Row Method

Overload List

#SignatureDescription
1function Row(const Mtx: TMtx; aRow: Integer): Vector;Returns specified aRow from the source matrix.
2function 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.

#NameTypeDescription
1MtxTMtx
2aRowInteger

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.

#NameTypeDescription
1MtxTMtx
2aRowInteger
3aColInteger
4LenIntegerelement count

Returns: Vector

Remarks:

Internally calls Vector.GetRow