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

Definição

Gira um valor deixado por um determinado valor.

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 é girado para a esquerda por rotateAmount.

rotateAmount
Int32

O valor pelo qual value é girado para a esquerda.

Retornos

TSelf

O resultado da rotação value para a esquerda por rotateAmount.

Aplica-se a