Purpose:
Shifts the value binary to the left.
Parameter:
Number Value.
Number Number of bits, the value is shifted.
Return value:
String
Example:
BinarySHL (1,1) Result: 2
Purpose:
Shifts the value binary to the left.
Parameter:
Number Value.
Number Number of bits, the value is shifted.
Return value:
String
Example:
BinarySHL (1,1) Result: 2