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

Definição

Gira um valor para a direita em um determinado valor.

public:
 static override TSelf RotateRight(TSelf value, int rotateAmount);
public static virtual TSelf RotateRight (TSelf value, int rotateAmount);
static member RotateRight : 'Self * int -> 'Self
Public Shared Overrides Function RotateRight (value As TSelf, rotateAmount As Integer) As TSelf

Parâmetros

value
TSelf

O valor que é girado para a direita por rotateAmount.

rotateAmount
Int32

O valor pelo qual value é girado para a direita.

Retornos

TSelf

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

Aplica-se a