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

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

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

the result of binary shift to right by number of Bits applied to values [Index]..[Index+Len-1] in the calling object and stored back in the calling object. The shift preserves the sign of the numbers.

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