Expand Minimize
This topic has not yet been rated - Rate this topic

WorksheetFunction.Bitlshift Method (Excel)

Office 2013

Published: July 16, 2012

Returns a value number shifted left by shift_amount bits.

Version Added: Excel 2013

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

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.