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 입니다.

반품

오른쪽으로 value이동한 shiftAmount 결과입니다.

구현

적용 대상