UInt64.RotateRight(UInt64, Int32) Metoda

Definicja

Obraca wartość z prawej strony według danej kwoty.

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

Parametry

value
UInt64

Wartość, która jest obracana bezpośrednio przez rotateAmount.

rotateAmount
Int32

Kwota, o którą value jest obracana w prawo.

Zwraca

Wynik rotacji value w prawo przez rotateAmount.

Implementuje

Dotyczy