SByte.RotateLeft(SByte, Int32) Metodo

Definizione

Ruota un valore sinistro da una determinata quantità.

public:
 static System::SByte RotateLeft(System::SByte value, int rotateAmount) = System::Numerics::IBinaryInteger<System::SByte>::RotateLeft;
public static sbyte RotateLeft (sbyte value, int rotateAmount);
static member RotateLeft : sbyte * int -> sbyte
Public Shared Function RotateLeft (value As SByte, rotateAmount As Integer) As SByte

Parametri

value
SByte

Valore ruotato a sinistra da rotateAmount.

rotateAmount
Int32

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

Restituisce

Risultato della rotazione value sinistra da rotateAmount.

Implementazioni

Si applica a