Int128.LeftShift(Int128, Int32) 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 vers la gauche d’un montant donné.
public:
static Int128 operator <<(Int128 value, int shiftAmount) = System::Numerics::IShiftOperators<Int128, int, Int128>::op_LeftShift;
public static Int128 operator <<(Int128 value, int shiftAmount);
static member ( <<< ) : Int128 * int -> Int128
Public Shared Operator << (value As Int128, shiftAmount As Integer) As Int128
Paramètres
- value
- Int128
Valeur qui est 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 value gauche par shiftAmount.