UIntPtr.RotateRight(UIntPtr, Int32) Metoda

Definice

Otočí hodnotu doprava o danou částku.

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

Hodnota, která je otočena doprava o rotateAmount.

rotateAmount
Int32

Množství, o které value se otočí doprava.

Návraty

UIntPtr

unativeint

Výsledek otočení value doprava o rotateAmount.

Implementuje

Platí pro