BitArray.RightShift(Int32) 方法

定义

将当前 BitArray 的所有位值向右移动 count 位。

public:
 System::Collections::BitArray ^ RightShift(int count);
public System.Collections.BitArray RightShift (int count);
member this.RightShift : int -> System.Collections.BitArray
Public Function RightShift (count As Integer) As BitArray

参数

count
Int32

每个位的移动量。

返回

当前的 BitArray

例外

count 小于零。

注解

更新并返回当前 BitArray

适用于