UInt128.RotateLeft(UInt128, Int32) Método

Definição

Roda um valor deixado por uma determinada quantia.

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

Parâmetros

value
UInt128

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