You are here: Symbol Reference > MtxVec Namespace > Classes > TVec Class > public > GetCol Method > TVec.GetCol Method (TMtx, integer, integer, integer)
MtxVec VCL
ContentsIndex
PreviousUpNext
TVec.GetCol Method (TMtx, integer, integer, integer)

Copy the Col-th column elements [Row]..[Row+Len-1] to calling vector.

Pascal
function GetCol(const Mtx: TMtx; Row: integer; Col: integer; Len: integer): TVec; overload;

The Length and TMtxVec.ComplexComplexproperties of calling vector are adjusted automatically. An exception is raised if condition checking is enabled and column array borders are overrun.

Copyright (c) 1999-2025 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!