BitArray.LeftShift(Int32) Metoda

Definice

Posune všechny bitové hodnoty aktuálního nalevo BitArray u count bitů.

public:
 System::Collections::BitArray ^ LeftShift(int count);
public System.Collections.BitArray LeftShift(int count);
member this.LeftShift : int -> System.Collections.BitArray
Public Function LeftShift (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