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

Definizione

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

TSelf

Risultato della rotazione value sinistra da rotateAmount.

Si applica a