<< Operator ("M" Reference)
[This content is no longer valid. For the latest information on "M", "Quadrant", SQL Server Modeling Services, and the Repository, see the Model Citizen blog.]
The << operator functions as a left-shift operator.
Operator Description
The << operator accepts either the Byte or Binary type for its left operand. Its right operand must be the Integer type or one of its subtypes. The << operand shifts its first operand left by the number of bits specified by its second operand.