Byte.RotateLeft(Byte, Int32) Método

Definición

Gira un valor de izquierda por una cantidad determinada.

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

Parámetros

value
Byte

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 la value izquierda por rotateAmount.

Implementaciones

Se aplica a