Int64.RotateRight(Int64, Int32) Metoda

Definicja

Obraca wartość w prawo o daną kwotę.

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

Parametry

value
Int64

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