SByte.RotateLeft(SByte, Int32) Método

Definição

Roda um valor deixado por uma determinada quantia.

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

Parâmetros

value
SByte

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