Int128.LeftShift(Int128, Int32) Operatör

Tanım

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

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

Parametreler

value
Int128

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