IBinaryInteger<TSelf>.RotateLeft(TSelf, 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 override TSelf RotateLeft(TSelf value, int rotateAmount);
public static virtual TSelf RotateLeft(TSelf value, int rotateAmount);
static member RotateLeft : 'Self * int -> 'Self
Public Shared Overrides Function RotateLeft (value As TSelf, rotateAmount As Integer) As TSelf
Parametri
- value
- TSelf
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.