UInt128.LeftShift(UInt128, Int32) Operator

Definisi

Menggeser nilai yang ditinggalkan oleh jumlah tertentu.

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

Nilai yang digeser ke kiri oleh shiftAmount.

shiftAmount
Int32

Jumlah yang value digeser ke kiri.

Mengembalikan

Hasil pergeseran value ke kiri oleh shiftAmount.

Penerapan

Berlaku untuk