Number.BitwiseShiftLeft

Returns the output after shifting the binary representation of number1 to the left by the specified number of bits provided in number2.

Syntax

Number.BitwiseShiftLeft(number1 as nullable number, number2 as nullable number) as nullable number

About

Returns the output after shifting the binary representation of number1 to the left by the specified number of bits provided in number2.