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的结果。

实现

适用于