IBinaryInteger<TSelf>.RotateLeft(TSelf, Int32) Método

Definição

Roda um valor deixado por uma determinada quantia.

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

Parâmetros

value
TSelf

O valor que é rodado para a esquerda por rotateAmount.

rotateAmount
Int32

A quantidade pela qual value é rotacionada para a esquerda.

Devoluções

TSelf

O resultado de rodar value para a esquerda por rotateAmount.

Aplica-se a