Microsoft® JScript &= Operator |
| Language Reference | |
Used to perform a bitwise AND on an expression.
result &= expressionThe &= operator syntax has these parts:
Part Description result Any variable. expression Any expression.
Using this operator is exactly the same as specifying:
result = result & expressionThe &= operator looks at the binary representation of the values of result and expression and does a bitwise AND operation on them. The output of this operation behaves like this:
0101 (result) 1100 (expression) ---- 0100 (output)Any time both of the expressions have a 1 in a digit, the result will have a 1 in that digit. Otherwise, the result will have a 0 in that digit.
For information on when a run-time error is generated by the &= operator, please see the Bitwise Operators table.
file: /Techref/language/asp/js/141.htm, 2KB, , updated: 1996/11/22 10:11, local time: 2024/11/18 00:19,
18.188.28.135:LOG IN
|
©2024 These pages are served without commercial sponsorship. (No popup ads, etc...).Bandwidth abuse increases hosting cost forcing sponsorship or shutdown. This server aggressively defends against automated copying for any reason including offline viewing, duplication, etc... Please respect this requirement and DO NOT RIP THIS SITE. Questions? <A HREF="http://massmind.org/techref/language/asp/js/141.htm"> Microsoft® JScript Language Reference </A> |
Did you find what you needed? |
Welcome to massmind.org! |
Ashley Roll has put together a really nice little unit here. Leave off the MAX232 and keep these handy for the few times you need true RS232! |
.