RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
System.opShiftRight Constant

opShiftRight defines a bitwise shift right operation.

Pascal
opShiftRight = 7;
C++
opShiftRight = 7;

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

opShiftRight represents the left operand shifted right 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!