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