Home > cat > bit 
 en fr de es it nl pl pt pt_BR mk sq ca cs tr ar fa id vi ko ja ru zh zh_TW eo
Previous  Next  Edit  Rename  Undo  Search  Administration  
Documentation  
Warning! This page is not translated.  See english version 
Bits Manipulation Functions
BClr Clears a bit in an integer number.
BSet Sets a bit in an integer number.
BTst Tests a bit in an integer number.
BChg Inverts a bit in an integer number.
Lsl Shifts an integer number to the left.
Lsr Shifts an integer number to the right.
Shl / Asl Shifts an integer number to the left by keeping its sign.
Shr / Asr Shifts an integer number to the right by keeping its sign..
Rol Rotates an integer number to the left.
Ror Rotates an integer number to the right.

See also

Logical Operators