Question about '&' usage in If statements
#3

That is Bitwise AND (consider it as multiplication of binary number) if one of the input is 0 the output is 0 otherwise 1. It mainly used for combination of hardware events and computing combination of two inputs.
Reply


Messages In This Thread
Question about '&' usage in If statements - by Celson - 30.01.2017, 09:53
Re: Question about '&' usage in If statements - by jamesbond007 - 30.01.2017, 09:58
Re: Question about '&' usage in If statements - by SyS - 30.01.2017, 11:00

Forum Jump:


Users browsing this thread: 1 Guest(s)