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

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

Pascal
function GetRow(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!