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

정의

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

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

매개 변수

value
UIntPtr

unativeint

바로 shiftAmount이동되는 값입니다.

shiftAmount
Int32

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

반품

UIntPtr

unativeint

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

구현

적용 대상