IBinaryInteger<TSelf>.RotateLeft(TSelf, Int32) Metodo

Definizione

Ruota un valore a sinistra di 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.

Valori restituiti

TSelf

Risultato della rotazione value a sinistra di rotateAmount.

Si applica a