BitArray.RightShift(Int32) Metoda

Definice

Posune všechny bitové hodnoty aktuálního BitArray kódu doprava na count bity.

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

Parametry

count
Int32

Počet posunů, které se mají provést pro každý bit.

Návraty

Aktuální BitArray.

Výjimky

Hodnota count je menší než nula.

Poznámky

Aktuální BitArray se aktualizuje a vrátí.

Platí pro