You are here: Symbol Reference > MtxExprInt Namespace > Classes > VectorInt Record > public > GetCol Method > VectorInt.GetCol Method (TMtxInt, integer, integer, integer, integer)
MtxVec VCL
ContentsIndex
PreviousUpNext
VectorInt.GetCol Method (TMtxInt, integer, integer, integer, integer)

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

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

The IntPrecision property of calling vector must be set explicitly. 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!