Int64.RotateLeft(Int64, Int32) Méthode
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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
- value
- Int64
Valeur qui est pivotée vers la gauche par rotateAmount
.
- rotateAmount
- Int32
Quantité par laquelle value
est pivoté vers la gauche.
Résultat de la rotation vers la value
gauche par rotateAmount
.
Produit | Versions |
---|---|
.NET | 7, 8, 9, 10 |
Commentaires sur .NET
.NET est un projet open source. Sélectionnez un lien pour fournir des commentaires :