ShiftLeft
Docslocal retval = ShiftLeft(value, bitShift)Description
Left bit shifts a value.
It is advised you use the << operator instead of this native. It does the same and is faster.
Parameters
| Name | Type | Description |
|---|---|---|
value | int | — |
bitShift | int | — |
Returns
intReturns an integer value.