Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
问候,我是 VB.net 上的新手,也许这是个愚蠢的问题,但它让我坚持我的任务如何在 VB.net 中执行无符号右移(在 java 中 >>>)(microsoft visual studio 2005)
谢谢你帮助我:D
您可以将无符号变量与 >> 运算符一起使用。如果您要移动的变量是无符号的,则 >> 运算符将传播零而不是符号位。
http://msdn.microsoft.com/en-us/library/dezyht83%28v=vs.80%29.aspx