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

정의

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

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

매개 변수

value
UIntPtr

unativeint

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

shiftAmount
Int32

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

반환

UIntPtr

unativeint

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

구현

적용 대상