UInt128.RotateLeft(UInt128, Int32) Método

Definición

Gira un valor de izquierda por una cantidad determinada.

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

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