Byte.IShiftOperators<Byte,Int32,Byte>.UnsignedRightShift Operator
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 a value right by a given amount.
static System::Byte System.Numerics.IShiftOperators<System.Byte,System.Int32,System.Byte>.op_UnsignedRightShift(System::Byte value, int shiftAmount) = System::Numerics::IShiftOperators<System::Byte, int, System::Byte>::op_UnsignedRightShift;
static byte IShiftOperators<byte,int,byte>.op_UnsignedRightShift (byte value, int shiftAmount);
static member System.Numerics.IShiftOperators<System.Byte,System.Int32,System.Byte>.op_UnsignedRightShift : byte * int -> byte
Shared op_UnsignedRightShift (value As Byte, shiftAmount As Integer) As Byte Implements IShiftOperators(Of Byte, Integer, Byte).op_UnsignedRightShift
Parameters
- value
- Byte
The value that is shifted right by shiftAmount
.
- shiftAmount
- Int32
The amount by which value
is shifted right.
Returns
The result of shifting value
right by shiftAmount
.
Implements
Applies to
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.