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

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

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