IShiftOperators<TSelf,TOther,TResult>.UnsignedRightShift 運算子

定義

以指定的數量向右移位值。

public:
 static TResult op_UnsignedRightShift(TSelf value, TOther shiftAmount);
public static abstract TResult op_UnsignedRightShift (TSelf value, TOther shiftAmount);
static member op_UnsignedRightShift : 'Self * 'Other -> 'Result
Public Shared op_UnsignedRightShift (value As TSelf, shiftAmount As TOther) As TResult

參數

value
TSelf

向右 shiftAmount移的值。

shiftAmount
TOther

向右移位的數量 value

傳回

TResult

向右shiftAmountvalue轉的結果。

備註

這項作業的目的是要執行未帶正負號的 (,否則在所有類型上稱為邏輯) 右移。

適用於