IntPtr.IShiftOperators<IntPtr,Int32,IntPtr>.UnsignedRightShift 运算符

定义

将值右移给定量。

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

参数

value
IntPtr

nativeint

shiftAmount向右移动的值。

shiftAmount
Int32

向右移动的 value 量。

返回

IntPtr

nativeint

shiftAmount右移动value的结果。

实现

适用于