Int32.IShiftOperators<Int32,Int32,Int32>.LeftShift(Int32, Int32) Operador

Definição

Desloca um valor para a esquerda por um determinado valor.

 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

Parâmetros

value
Int32

O valor que é deslocado para a esquerda por shiftAmount.

shiftAmount
Int32

O valor pelo qual value é deslocado para a esquerda.

Retornos

O resultado da mudança value para a esquerda por shiftAmount.

Implementações

Aplica-se a