Int32.IShiftOperators<Int32,Int32,Int32>.LeftShift(Int32, Int32) Operator

Definition

Verschiebt einen Wert um einen bestimmten Betrag nach links.

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

Parameter

value
Int32

Der Wert, der shiftAmountnach links verschoben wird.

shiftAmount
Int32

Der Betrag, um den value nach links verschoben wird.

Gibt zurück

Das Ergebnis der Verlagerung value nach links um shiftAmount.

Implementiert

Gilt für: