Byte.IShiftOperators<Byte,Int32,Byte>.UnsignedRightShift 运算符

定义

将值向右移动给定的量。

 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

参数

value
Byte

shiftAmount向右移动的值。

shiftAmount
Int32

向右移动的量 value

返回

shiftAmount右移动value的结果。

实现

适用于