IntPtr.RotateLeft(IntPtr, Int32) Metoda

Definicja

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

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

Parametry

value
IntPtr

nativeint

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

rotateAmount
Int32

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

Zwraca

IntPtr

nativeint

Wynik rotacji value w lewo przez rotateAmount.

Implementuje

Dotyczy