IntPtr.RotateLeft(IntPtr, Int32) Metodo

Definizione

Ruota un valore lasciato da una determinata quantità.

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

Parametri

value
IntPtr

nativeint

Valore ruotato a sinistra da rotateAmount.

rotateAmount
Int32

Quantità in base alla quale value viene ruotata a sinistra.

Restituisce

IntPtr

nativeint

Risultato della rotazione value a sinistra di rotateAmount.

Implementazioni

Si applica a