BITRSHIFT Function

how to use bitrshift function in excel


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

Syntax


=BITRSHIFT(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 right shift of the bits on the numerical. The calculation of the bitwise operation is in a binary system 





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


Usage

BITRSHIFT is used to bitwise operation 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