UInt128.UnsignedRightShift(UInt128, 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 UInt128 op_UnsignedRightShift(UInt128 value, int shiftAmount) = System::Numerics::IShiftOperators<UInt128, int, UInt128>::op_UnsignedRightShift;
public static UInt128 op_UnsignedRightShift (UInt128 value, int shiftAmount);
static member op_UnsignedRightShift : UInt128 * int -> UInt128
Public Shared op_UnsignedRightShift (value As UInt128, shiftAmount As Integer) As UInt128
Paramètres
- value
- UInt128
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.