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

定義

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

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

パラメーター

value
UInt64

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

rotateAmount
Int32

右に回転する value 量。

戻り値

右を で回転したvaluerotateAmount結果。

実装

適用対象