UIntPtr.RotateLeft(UIntPtr, Int32) Metoda

Definicja

Obraca wartość pozostawioną przez daną kwotę.

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

Parametry

value
UIntPtr

unativeint

Wartość, która jest obracana w lewo przez rotateAmount.

rotateAmount
Int32

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

Zwraca

UIntPtr

unativeint

Wynik rotacji value w lewo o rotateAmount.

Implementuje

Dotyczy