IntPtr.IShiftOperators<IntPtr,Int32,IntPtr>.RightShift 操作员
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
将值向右移动给定的量。
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
的结果。