UInt128.LeftShift(UInt128, Int32) Betreiber

Definition

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

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 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: