Freigeben über


UInt128.LeftShift(UInt128, Int32) Operator

Definition

Verschiebt einen Wert um einen bestimmten Betrag nach links.

public:
 static UInt128 operator <<(UInt128 value, int shiftAmount) = System::Numerics::IShiftOperators<UInt128, int, UInt128>::op_LeftShift;
public static UInt128 operator << (UInt128 value, int shiftAmount);
static member ( <<< ) : UInt128 * int -> UInt128
Public Shared Operator << (value As UInt128, shiftAmount As Integer) As UInt128

Parameter

value
UInt128

Der Wert, der um shiftAmountnach links verschoben wird.

shiftAmount
Int32

Der Betrag, um den value nach links verschoben wird.

Gibt zurück

Das Ergebnis der Verschiebung value nach links durch shiftAmount.

Implementiert

Gilt für: