UIntPtr.IShiftOperators<UIntPtr,Int32,UIntPtr>.RightShift 操作员

定义

将值右移一个给定的量。

 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

右移valueshiftAmount的结果。

实现

适用于