Int32.IShiftOperators<Int32,Int32,Int32>.LeftShift(Int32, Int32) Operátor

Definice

Posune hodnotu doleva o danou částku.

 static int System.Numerics.IShiftOperators<System.Int32,System.Int32,System.Int32>.operator <<(int value, int shiftAmount) = System::Numerics::IShiftOperators<int, int, int>::op_LeftShift;
static int IShiftOperators<int,int,int>.operator << (int value, int shiftAmount);
static member ( <<< ) : int * int -> int
 Shared Operator << (value As Integer, shiftAmount As Integer) As Integer Implements IShiftOperators(Of Integer, Integer, Integer).op_LeftShift

Parametry

value
Int32

Hodnota posunutá doleva o shiftAmount.

shiftAmount
Int32

Jedná se o částku, o kterou value se posune doleva.

Návraty

Výsledek posunu value doleva o shiftAmount.

Implementuje

Platí pro