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 位的結果。

實作

適用於