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

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

Pascal
function GetCol(const Mtx: TMtxInt; Row: integer; Col: integer; Len: integer): TVecInt; overload;

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