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 已更新並傳回。

適用於