This documentation is out of date.

The new version of the documentation is here: https://cannylogic.com/docs

Right rotation

From CANNY Wiki
Revision as of 07:06, 19 November 2015 by MEGA (Talk | contribs) (Created page with " <div style="float:right;margin:5px;"> {|class="cannytable" width="350px" |- !colspan="2" style="background-color:#AFEEEE;"|Внешний вид |- |colspan="2" align="cent...")

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Jump to: navigation, search
Внешний вид
Изображение:5_4_7_2.png
Символьное обозначение
RSR
Группа
Bitwise operator
Входы
Значение: числовой
Сдвиг, бит: числовой
Выходы
Результат: числовой
Версия CANNY Lab
с 1.8

left|Иконка

Logical shift to the right. Set the output result as the logical right shift in binary representation of the input "Value", the number of bits to shift specified by the input "Shift, bit", while leaving bit appears in place of free pop spot on the other end of the number..


In other words, the result is equivalent to the result of copying each bit in binary representation of input "value" to its left position, to the number of times specified by the value of the input "Shift, bit". Thus, least significant (right-most) bit in the binary representation each time will have a value equal to the outgoing (most significant, extending to the left) bit of input value. Иными словами, результат эквивалентен результату операции копирования каждого бита в двоичном представлении входа «Значение» в позицию справа от него, произведенной число раз, заданное значением входа «Сдвиг, бит». При этом старший (самый левый) бит в двоичном представлении результата каждый раз получает значение, равное уходящему (самому младшему, выдвигаемому вправо) биту входного значения.

Например:

Значение = 51000 = 0xC738 = 0b1100011100111000
Сдвиг, бит = 2
Результат = 12750 = 0x31CE = 0b0011000111001110

Особенности

Операция циклического сдвига 16-и битного значения в любую сторону на 8 бит меняет местами его старший и младший байты.

Примеры

thumb|400px|Десятичное представление thumb|500px|Двоичное представление

Смотри также

Побитовое И

Побитовое ИЛИ

Побитовое исключающее ИЛИ

Побитовое НЕ

Сдвиг влево

Сдвиг вправо

Циклический сдвиг влево

Встроенные функциональные блоки