You are here: Symbol Reference > MtxExpr Namespace > Classes > Vector Record > public > GetCol Method > Vector.GetCol Method (TMtx, integer, integer, integer)
MtxVec VCL
ContentsIndex
PreviousUpNext
Vector.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; aRow: integer; aCol: integer; Len: integer): TVec; overload;

The Length and Complex properties 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!