IntPtr.RotateLeft(IntPtr, Int32) Metoda

Definice

Otočí hodnotu zbývající o danou částku.

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

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

rotateAmount
Int32

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

Návraty

IntPtr

nativeint

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

Implementuje

Platí pro