UIntPtr.IShiftOperators<UIntPtr,Int32,UIntPtr>.RightShift Opérateur
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 vers la droite d’un montant donné.
static UIntPtr System.Numerics.IShiftOperators<nuint,System.Int32,nuint>.operator >>(UIntPtr value, int shiftAmount) = System::Numerics::IShiftOperators<UIntPtr, int, UIntPtr>::op_RightShift;
static UIntPtr IShiftOperators<UIntPtr,int,UIntPtr>.operator >> (UIntPtr value, int shiftAmount);
static member ( >>> ) : unativeint * int -> unativeint
Shared Operator >> (value As UIntPtr, shiftAmount As Integer) As UIntPtr Implements IShiftOperators(Of UIntPtr, Integer, UIntPtr).op_RightShift
- value
-
UIntPtr
unativeint
Valeur décalée vers la droite par shiftAmount
.
- shiftAmount
- Int32
Montant par lequel value
est décalé vers la droite.
unativeint
Résultat d’un décalage vers value
la droite de shiftAmount
.
Produit | Versions |
---|---|
.NET | 7, 8, 9 |
Commentaires sur .NET
.NET est un projet open source. Sélectionnez un lien pour fournir des commentaires :