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

정의

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

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

매개 변수

value
IntPtr

nativeint

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

shiftAmount
Int32

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

반환

IntPtr

nativeint

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

구현

적용 대상