BitArray.LeftShift(Int32) Metoda

Definice

Posune všechny hodnoty bitů aktuálního na BitArray bitech doleva count .

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 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