UInt128.RotateRight(UInt128, Int32) メソッド

定義

指定した量だけ値を右に回転します。

public:
 static UInt128 RotateRight(UInt128 value, int rotateAmount) = System::Numerics::IBinaryInteger<UInt128>::RotateRight;
public static UInt128 RotateRight (UInt128 value, int rotateAmount);
static member RotateRight : UInt128 * int -> UInt128
Public Shared Function RotateRight (value As UInt128, rotateAmount As Integer) As UInt128

パラメーター

value
UInt128

によって rotateAmount右に回転される値。

rotateAmount
Int32

右に回転する value 量。

戻り値

によって右に回転したvaluerotateAmount結果。

実装

適用対象