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

定義

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

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

パラメーター

value
UInt32

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

rotateAmount
Int32

右に回転する value 量。

戻り値

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

実装

適用対象