BitLShift Function |
Name | Description | |
---|---|---|
BitLShift(Long, Long) |
Moves bits in a numeric value to the left by the specified number of positions and returns the resulting value.
If the specified expressions are not integers, they are converted to integers before performing the operation.
| |
BitLShift(Usual, Usual) |
Moves bits in a numeric value to the left by the specified number of positions and returns the resulting value.
If the specified expressions are not integers, they are converted to integers before performing the operation.
|