UInt32.RotateRight(UInt32, Int32) Metoda

Definicja

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

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

Parametry

value
UInt32

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