WorksheetFunction.Bitlshift Method (Excel)
Office 2013
Published: July 16, 2012
Returns a value number shifted left by shift_amount bits.
expression .Bitlshift(Arg1,Arg2)
expression A variable that represents a WorksheetFunction Object (Excel) object.
Parameters
|
Name |
Required/Optional |
Data type |
Description |
|---|---|---|---|
|
Arg1 |
Required |
DOUBLE |
The decimal representation of the binary number you want to evaluate. |
|
Arg2 |
Required |
DOUBLE |
The number of bits that you want to shift Arg1 left by. |
Return value
DOUBLE