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