BITLSHIFT FUnction

how to use bitlshift function in excel


The function BITLSHIFT is a bitwise operation which shifts a bit to the left side of its binary number system

Syntax


=BITLSHIFT(number,shift_amount)

Arguments

number: a positive number greater than or equal to "0"
Shift_Amount: till how many numbers you want to shift the bit


Behavior



We have taken an example for a bitwise left shift of the bits on the numerical. The calculation of the bitwise operation is in a binary system



Here the number 5 is in the binary number system and shift amount is in a binary number and the value after left shift of bits are shown.


Usage

BITLSHIFT is used to bitwise operati0n in digital programming


Returns

Decimal number evaluated by bitwise operation



Note:

A number should not be greater than (2^48)-1




No comments:

Post a Comment