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

Définition

Déplace une valeur vers la gauche 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 qui est 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 du décalage value vers la gauche par shiftAmount.

Implémente

S’applique à