UIntPtr.IShiftOperators<UIntPtr,Int32,UIntPtr>.RightShift 操作员
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
将值向右移动给定的量。
static UIntPtr System.Numerics.IShiftOperators<nuint,System.Int32,nuint>.operator >>(UIntPtr value, int shiftAmount) = System::Numerics::IShiftOperators<UIntPtr, int, UIntPtr>::op_RightShift;
static UIntPtr IShiftOperators<UIntPtr,int,UIntPtr>.operator >> (UIntPtr value, int shiftAmount);
static member ( >>> ) : unativeint * int -> unativeint
Shared Operator >> (value As UIntPtr, shiftAmount As Integer) As UIntPtr Implements IShiftOperators(Of UIntPtr, Integer, UIntPtr).op_RightShift
参数
- value
-
UIntPtr
unativeint
由 shiftAmount
向右移动的值。
- shiftAmount
- Int32
向右移动的量 value
。
返回
UIntPtr
unativeint
向shiftAmount
右移动value
的结果。