You are here: Symbol Reference > MtxExprInt Namespace > Classes > VectorInt Record > public > BitShiftRight Method > VectorInt.BitShiftRight Method (TMtxVecInt, integer, integer, integer, integer)
MtxVec VCL
ContentsIndex
PreviousUpNext
VectorInt.BitShiftRight Method (TMtxVecInt, integer, integer, integer, integer)

Apply binary shift by number of Bits to the right to elements in Src.

Pascal
function BitShiftRight(const Src: TMtxVecInt; const Bits: integer; const SrcIndex: integer; const Index: integer; const Len: integer): TMtxVecInt; overload;

the result of binary shift to right by number of Bits applied to Src values [SrcIndex]..[SrcIndex+Len-1] and stored in the calling object (Self) value [Index]..[Index+Len-1]. The sign of the numbers is preserved.

Copyright (c) 1999-2025 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!