UIntPtr.IShiftOperators<UIntPtr,Int32,UIntPtr>.LeftShift Opérateur

Définition

Déplace une valeur laissée 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_LeftShift;
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_LeftShift

Paramètres

value
UIntPtr

unativeint

Valeur décalée vers la gauche par shiftAmount.

shiftAmount
Int32

Montant par lequel value est décalé vers la gauche.

Retours

UIntPtr

unativeint

Résultat d’un déplacement vers value la gauche de shiftAmount.

Implémente

S’applique à