UInt128.UnsignedRightShift(UInt128, Int32) 操作员
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
将值右移一个给定的量。
public:
static UInt128 op_UnsignedRightShift(UInt128 value, int shiftAmount) = System::Numerics::IShiftOperators<UInt128, int, UInt128>::op_UnsignedRightShift;
public static UInt128 op_UnsignedRightShift (UInt128 value, int shiftAmount);
static member op_UnsignedRightShift : UInt128 * int -> UInt128
Public Shared op_UnsignedRightShift (value As UInt128, shiftAmount As Integer) As UInt128
参数
- value
- UInt128
由 shiftAmount
向右移动的值。
- shiftAmount
- Int32
value
向右移动的量。
返回
shiftAmount
右移 value
的结果。
实现
注解
此操作旨在对所有类型执行 n 个无符号(也称为逻辑)右移。