UIntPtr.RotateLeft(UIntPtr, Int32) Metoda

Definice

Otočí hodnotu, která zbyla o danou částku.

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

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

rotateAmount
Int32

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

Návraty

UIntPtr

unativeint

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

Implementuje

Platí pro