Shifts the bits set to the left.
function (optional number1
as nullable any, optional number2
as nullable any) as nullable any
Returns the result of performing a bitwise shift to the left on number1
, by the specified number of bits number2
.
Number.Bytes