Int64.IShiftOperators<Int64,Int32,Int64>.LeftShift(Int64, Int32) Betreiber

Definition

Verschiebt einen Wert, der von einem bestimmten Betrag übrig bleibt.

 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

Parameter

value
Int64

Der Wert, der von shiftAmountlinks verschoben wird.

shiftAmount
Int32

Der Betrag, um den value nach links verschoben wird.

Gibt zurück

Das Ergebnis der Verschiebung value nach links von shiftAmount.

Implementiert

Gilt für: