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

定义

将值向右移动给定的量。

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

参数

value
UIntPtr

unativeint

shiftAmount向右移动的值。

shiftAmount
Int32

向右移动的量 value

返回

UIntPtr

unativeint

shiftAmount右移动value的结果。

实现

适用于