Int64.RotateLeft(Int64, Int32) Método

Definición

Gira un valor de izquierda por una cantidad determinada.

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

Parámetros

value
Int64

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