Hi,
Can I use bit shift left and right in ABL?
Kind regards,
Marek
Thanks, it is very useful for me.
Marek
left = multiply by 2
right = divide by 2
when dividing beware of how ABL rounds.
Maybe this helps: [View:https://github.com/bfv/bfvlib/blob/master/bfvlib/misc/Binary.cls:550:50]
Thanks, it is very useful for me.
Marek