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가 0보다 작은 경우

설명

현재 BitArray 가 업데이트되고 반환됩니다.

적용 대상