UInt128.LeftShift(UInt128, Int32) Operatör

Tanım

Değeri belirli bir miktar sola kaydırıyor.

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

Parametreler

value
UInt128

tarafından shiftAmountsola kaydırılan değer.

shiftAmount
Int32

Sola kaydırılan value tutar.

Döndürülenler

tarafından sola shiftAmountkaydırmanın value sonucu.

Uygulamalar

Şunlara uygulanır