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

定義

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

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

パラメーター

value
Int32

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

rotateAmount
Int32

右に回転する value 量。

戻り値

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

実装

適用対象