BitArray.RightShift(Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Shifts all the bit values of the current BitArray to the right on count
bits.
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
The number of shifts to make for each bit.
Returns
The current BitArray.
Exceptions
count
is less than zero.
Remarks
The current BitArray is updated and returned.
Applies to
Werk met ons samen op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en bekijken. Raadpleeg onze gids voor inzenders voor meer informatie.