Int32.RotateLeft(Int32, Int32) Metodo
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Ruota un valore sinistro da una determinata quantità.
public:
static int RotateLeft(int value, int rotateAmount) = System::Numerics::IBinaryInteger<int>::RotateLeft;
public static int RotateLeft (int value, int rotateAmount);
static member RotateLeft : int * int -> int
Public Shared Function RotateLeft (value As Integer, rotateAmount As Integer) As Integer
- value
- Int32
Valore ruotato a sinistra da rotateAmount
.
- rotateAmount
- Int32
Quantità in base alla quale value
viene ruotata a sinistra.
Risultato della rotazione value
sinistra da rotateAmount
.
Prodotto | Versioni |
---|---|
.NET | 7, 8, 9 |
Feedback su .NET
.NET è un progetto di open source. Selezionare un collegamento per fornire feedback: