UInt128.LeftShift(UInt128, Int32) Operator

Definitie

Hiermee verschuift u een waarde naar links met een bepaald bedrag.

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

Parameters

value
UInt128

De waarde die naar links shiftAmountwordt verschoven.

shiftAmount
Int32

Het bedrag waarmee value naar links wordt verplaatst.

Retouren

Het resultaat van naar links verschuiven value door shiftAmount.

Implementeringen

Van toepassing op