RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
System.opShiftLeft Constant

opShiftLeft defines a bitwise shift left operation.

Pascal
opShiftLeft = 6;
C++
opShiftLeft = 6;

opShiftLeft is one of the operation types that TVarOp may be set to when performing binary operations such as BinaryOp.  

opShiftLeft represents the left operand shifted left N times, where N is the numeric value of the right operand. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!