UInt32.IShiftOperators<UInt32,Int32,UInt32>.RightShift 연산자

정의

값을 지정된 양만큼 오른쪽으로 이동합니다.

 static System::UInt32 System.Numerics.IShiftOperators<System.UInt32,System.Int32,System.UInt32>.operator >>(System::UInt32 value, int shiftAmount) = System::Numerics::IShiftOperators<System::UInt32, int, System::UInt32>::op_RightShift;
static uint IShiftOperators<uint,int,uint>.operator >> (uint value, int shiftAmount);
static member ( >>> ) : uint32 * int -> uint32
 Shared Operator >> (value As UInteger, shiftAmount As Integer) As UInteger Implements IShiftOperators(Of UInteger, Integer, UInteger).op_RightShift

매개 변수

value
UInt32

에 의해 shiftAmount오른쪽으로 이동되는 값입니다.

shiftAmount
Int32

오른쪽으로 이동되는 value 양입니다.

반환

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

구현

적용 대상