Performs a bitwise shift-left, no-rotation operation.
bitShln(number, count)
returns numeric
Name | Type | Required | Default | Description |
---|---|---|---|---|
number | numeric | Yes | Integer | |
count | numeric | Yes | Number of bits to shift to the left (Integer in the range 0-31, inclusive) |
Uses the bitShln function to perform a bitwise shift-left operation (no-rotation)
bitShln(5,1)