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