opShiftRight defines a bitwise shift right operation.
opShiftRight = 7;
opShiftRight = 7;
System
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) 2008 CodeGear(TM). All Rights Reserved.
|
What do you think about this topic? Send feedback!
|