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

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

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

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

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