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

定义

将值右移给定量。

C#
static uint IShiftOperators<uint,int,uint>.operator >>(uint value, int shiftAmount);

参数

value
UInt32

shiftAmount向右移动的值。

shiftAmount
Int32

向右移动的 value 量。

返回

shiftAmount右移动value的结果。

实现

适用于

产品 版本
.NET 7, 8, 9, 10