Int16.RotateRight(Int16, Int32) Método

Definición

Gira un valor a la derecha por una cantidad determinada.

public:
 static short RotateRight(short value, int rotateAmount) = System::Numerics::IBinaryInteger<short>::RotateRight;
public static short RotateRight (short value, int rotateAmount);
static member RotateRight : int16 * int -> int16
Public Shared Function RotateRight (value As Short, rotateAmount As Integer) As Short

Parámetros

value
Int16

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