BitArray.RightShift(Int32) Methode

Definitie

Hiermee worden alle bitwaarden van de huidige BitArray naar rechts op bits verplaatst 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

Parameters

count
Int32

Het aantal verschuivingen dat voor elke bit moet worden weergegeven.

Retouren

De huidige BitArray.

Uitzonderingen

count is kleiner dan nul.

Opmerkingen

De huidige BitArray wordt bijgewerkt en geretourneerd.

Van toepassing op