Int16.RotateLeft(Int16, Int32) Método

Definición

Gira un valor a la izquierda por una cantidad determinada.

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

Parámetros

value
Int16

Valor que gira a la izquierda por rotateAmount.

rotateAmount
Int32

Cantidad por la que value se gira a la izquierda.

Devoluciones

Resultado de girar a value la izquierda por rotateAmount.

Implementaciones

Se aplica a