Byte.RotateLeft(Byte, Int32) Método

Definição

Roda um valor deixado por uma determinada quantia.

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

O valor que é rodado para a esquerda por rotateAmount.

rotateAmount
Int32

A quantidade pela qual value é rotacionada para a esquerda.

Devoluções

O resultado de rodar value para a esquerda por rotateAmount.

Implementações

Aplica-se a