Int128.RotateLeft(Int128, Int32) Metodo
Definizione
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 Int128 RotateLeft(Int128 value, int rotateAmount) = System::Numerics::IBinaryInteger<Int128>::RotateLeft;
public static Int128 RotateLeft(Int128 value, int rotateAmount);
static member RotateLeft : Int128 * int -> Int128
Public Shared Function RotateLeft (value As Int128, rotateAmount As Integer) As Int128
Parametri
- value
- Int128
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.