Int128.UnsignedRightShift(Int128, Int32) Opérateur
Définition
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.
Déplace une valeur à droite d’un montant donné.
public:
static Int128 op_UnsignedRightShift(Int128 value, int shiftAmount) = System::Numerics::IShiftOperators<Int128, int, Int128>::op_UnsignedRightShift;
public static Int128 op_UnsignedRightShift(Int128 value, int shiftAmount);
static member op_UnsignedRightShift : Int128 * int -> Int128
Public Shared op_UnsignedRightShift (value As Int128, shiftAmount As Integer) As Int128
Paramètres
- value
- Int128
Valeur qui est décalée vers la droite par shiftAmount
.
- shiftAmount
- Int32
Montant par lequel value
est décalé vers la droite.
Retours
Résultat de la transition value
droite par shiftAmount
.
Implémente
Remarques
Cette opération est destinée à effectuer n non signé (autrement appelé logique) décalage droit sur tous les types.