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