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

Definición

Gira un valor a la derecha por una cantidad determinada.

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

Valor que gira a la derecha por rotateAmount.

rotateAmount
Int32

Cantidad por la que value se gira a la derecha.

Devoluciones

TSelf

Resultado de girar a la value derecha por rotateAmount.

Se aplica a