| 网站首页 | 业界新闻 | 小组 | 威客 | 人才 | 下载频道 | 博客 | 代码贴 | 在线编程 | 编程论坛
共有 718 人关注过本帖
标题:[求助]关于一些运算符的意义
取消只看楼主 加入收藏
ljhwahaha
Rank: 1
等 级:新手上路
帖 子:28
专家分:0
注 册:2007-3-13
收藏
 问题点数:0 回复次数:0 
[求助]关于一些运算符的意义

想问一下下面这些运算符分别代表什么呢??虽然在MSDN里都能查到,但由于是英文所以看不明,谢谢了`
<<=
Shift the value of the first operand left the number of bits specified by the value of the second operand; store the result in the object specified by the first operand.

>>=
Shift the value of the first operand right the number of bits specified by the value of the second operand; store the result in the object specified by the first operand.

&=
Obtain the bitwise AND of the first and second operands; store the result in the object specified by the first operand.

^=
Obtain the bitwise exclusive OR of the first and second operands; store the result in the object specified by the first operand.

|=

Obtain the bitwise inclusive OR of the first and second operands; store the result in the object specified by the first operand.

2007-04-11 23:41
快速回复:[求助]关于一些运算符的意义
数据加载中...
 
   



关于我们 | 广告合作 | 编程中国 | 清除Cookies | TOP | 手机版

编程中国 版权所有,并保留所有权利。
Powered by Discuz, Processed in 0.013148 second(s), 8 queries.
Copyright©2004-2025, BC-CN.NET, All Rights Reserved