MtxExpr.Col Method

Overload List

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

Overload 1: Vector Col(TMtx Mtx, Int32 aCol)

Returns specified column from the source matrix.

#NameTypeDescription
1MtxTMtxsource TMtx
2aColInt32

Returns: Vector

Remarks:

Internally calls Dew.Math.Vector.GetCol

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

Returns specified column from the source matrix.

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

Returns: Vector

Remarks:

Internally calls Dew.Math.Vector.GetCol