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

Definição

Gira um valor direito em um determinado valor.

public:
 static override TSelf RotateRight(TSelf value, int rotateAmount);
public static override 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

A quantidade pela qual value é girada para a direita.

Retornos

TSelf

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

Aplica-se a