UInt128.UnsignedRightShift(UInt128, Int32) 演算子

定義

指定した量だけ値を右にシフトします。

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 個の符号なし (論理型と呼ばれる) 右シフトを実行することを目的とします。

適用対象