BitArray.RightShift(Int32) Metoda

Definice

Posune všechny bitové hodnoty aktuálního na BitArray bitech doprava 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

Parametry

count
Int32

Počet směn, 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