You are here: Symbol Reference > MtxExpr Namespace > Classes > Vector Record > public > GetRow Method > Vector.GetRow Method (TMtx, integer)
MtxVec VCL
ContentsIndex
Example
var a: Vector; b: Matrix; begin b.SetIt(2,2,False,[1,2, 3,4]); a.GetRow(b,0); // a now contains [1,2] end;
Copyright (c) 1999-2025 by Dew Research. All rights reserved.