UInt32.RotateRight(UInt32, Int32) Método

Definición

Gira un valor a la derecha por una cantidad determinada.

public:
 static System::UInt32 RotateRight(System::UInt32 value, int rotateAmount) = System::Numerics::IBinaryInteger<System::UInt32>::RotateRight;
public static uint RotateRight (uint value, int rotateAmount);
static member RotateRight : uint32 * int -> uint32
Public Shared Function RotateRight (value As UInteger, rotateAmount As Integer) As UInteger

Parámetros

value
UInt32

Valor que gira a la derecha por rotateAmount.

rotateAmount
Int32

Cantidad por la que value se gira a la derecha.

Devoluciones

Resultado de girar a la value derecha por rotateAmount.

Implementaciones

Se aplica a