UIntPtr.RotateRight(UIntPtr, Int32) Metoda

Definicja

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

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

Parametry

value
UIntPtr

unativeint

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

rotateAmount
Int32

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

Zwraca

UIntPtr

unativeint

Wynik rotacji value w prawo przez rotateAmount.

Implementuje

Dotyczy