IntPtr.IShiftOperators<IntPtr,Int32,IntPtr>.LeftShift 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 à gauche d’un montant donné.
static IntPtr System.Numerics.IShiftOperators<nint,System.Int32,nint>.operator <<(IntPtr value, int shiftAmount) = System::Numerics::IShiftOperators<IntPtr, int, IntPtr>::op_LeftShift;
static IntPtr IShiftOperators<IntPtr,int,IntPtr>.operator <<(IntPtr value, int shiftAmount);
static member ( <<< ) : nativeint * int -> nativeint
Shared Operator << (value As IntPtr, shiftAmount As Integer) As IntPtr Implements IShiftOperators(Of IntPtr, Integer, IntPtr).op_LeftShift
Paramètres
- value
-
IntPtr
nativeint
Valeur décalée vers la gauche par shiftAmount.
- shiftAmount
- Int32
Montant par lequel value est décalé vers la gauche.
Retours
nativeint
Résultat du décalage vers value la gauche de shiftAmount.