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

定义

将值向右移动给定的量。

C#
static UIntPtr IShiftOperators<UIntPtr,int,UIntPtr>.op_UnsignedRightShift (UIntPtr value, int shiftAmount);

参数

value
UIntPtr

shiftAmount向右移动的值。

shiftAmount
Int32

向右移动的量 value

返回

UIntPtr

shiftAmount右移动value的结果。

实现

适用于

产品 版本
.NET 7, 8, 9