UInt128.RotateLeft(UInt128, Int32) Méthode

Définition

Fait pivoter une valeur à gauche d’une quantité donnée.

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

Paramètres

value
UInt128

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

rotateAmount
Int32

Montant par lequel value est pivoté vers la gauche.

Retours

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

Implémente

S’applique à