Nyelv

UIntPtr.RotateLeft(UIntPtr, Int32) Metódus

Definíció

Egy adott összeggel balra hagyott érték elforgatása.

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

Paraméterek

value
UIntPtr

unativeint

A balra rotateAmountelforgatott érték.

rotateAmount
Int32

Az az összeg, amellyel value a forgatás balra történik.

Válaszok

UIntPtr

unativeint

A balra valueforgás rotateAmount eredménye.

Megvalósítás

A következőre érvényes: