Int64.IShiftOperators<Int64,Int32,Int64>.LeftShift(Int64, Int32) Opérateur

Définition

Déplace une valeur à gauche d’un montant donné.

 static long System.Numerics.IShiftOperators<System.Int64,System.Int32,System.Int64>.operator <<(long value, int shiftAmount) = System::Numerics::IShiftOperators<long, int, long>::op_LeftShift;
static long IShiftOperators<long,int,long>.operator << (long value, int shiftAmount);
static member ( <<< ) : int64 * int -> int64
 Shared Operator << (value As Long, shiftAmount As Integer) As Long Implements IShiftOperators(Of Long, Integer, Long).op_LeftShift

Paramètres

value
Int64

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

shiftAmount
Int32

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

Retours

Résultat du décalage vers value la gauche de shiftAmount.

Implémente

S’applique à