Operator LeftShift
LeftShift(uint4, Int32)
Returns the result of a componentwise left shift operation on a uint4 vector by a number of bits specified by a single int.
Declaration
public static uint4 operator <<(uint4 x, int n)
Parameters
Type | Name | Description |
---|---|---|
uint4 | x | The vector to left shift. |
Int32 | n | The number of bits to left shift. |
Returns
Type | Description |
---|---|
uint4 | The result of the componentwise left shift. |