Int64.RotateLeft(Int64, Int32) Méthode

Définition

Fait pivoter une valeur restante d’un montant donné.

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

Paramètres

value
Int64

Valeur qui est pivotée vers la gauche par rotateAmount.

rotateAmount
Int32

Quantité par laquelle value est pivoté vers la gauche.

Retours

Résultat de la rotation vers la value gauche par rotateAmount.

Implémente

S’applique à