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
Работете съвместно с нас в GitHub
Източникът за това съдържание може да бъде намерен в GitHub, където можете също да създавате и преглеждате проблеми и да изтегляте искания. За повече информация вижте нашето ръководство за сътрудник.