You are here:
Symbol Reference >
MtxVec Namespace
>
Classes
>
TVec Class
>
public
>
TVec.UpSample Method
MtxVec VCL
Example
TVec.UpSample Method
var
a,b:
TVec
;
begin
CreateIt
(a,b);
try
b.SetIt(False,[0,0,1,3,2]); a.UpSample(b,2);
// a = [0,0,0,0,1,0,3,0,2,0]
finally
FreeIt
(a,b);
end
;
end
;
Copyright (c) 1999-2025 by Dew Research. All rights reserved.