UIntPtr.RotateLeft(UIntPtr, Int32) Metoda

Definice

Otočí hodnotu doleva 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 rotateAmount.

rotateAmount
Int32

Velikost, o kterou value se otočí doleva.

Návraty

UIntPtr

unativeint

Výsledek otáčení value doleva rotateAmount.

Implementuje

Platí pro