MtxExpr.Row Method

Overload List

#SignatureDescription
1Vector Row(TMtx Mtx, Int32 aRow)Returns specified aRow from the source matrix.
2Vector Row(TMtx Mtx, Int32 aRow, Int32 aCol, Int32 Len)Returns specified aRow from the source matrix.

Overload 1: Vector Row(TMtx Mtx, Int32 aRow)

Returns specified aRow from the source matrix.

#NameTypeDescription
1MtxTMtxsource TMtx
2aRowInt32

Returns: Vector

Remarks:

Internally calls Dew.Math.Vector.GetRow

Overload 2: Vector Row(TMtx Mtx, Int32 aRow, Int32 aCol, Int32 Len)

Returns specified aRow from the source matrix.

#NameTypeDescription
1MtxTMtxsource TMtx
2aRowInt32
3aColInt32
4LenInt32element count

Returns: Vector

Remarks:

Internally calls Dew.Math.Vector.GetRow