UInt64.RotateLeft(UInt64, Int32) Metodo

Definizione

Ruota un valore a sinistra di una determinata quantità.

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

Parametri

value
UInt64

Valore ruotato a sinistra da rotateAmount.

rotateAmount
Int32

Quantità in base alla quale value viene ruotata a sinistra.

Valori restituiti

Risultato della rotazione value a sinistra di rotateAmount.

Implementazioni

Si applica a