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

Definición

Desplaza un valor a la izquierda por una cantidad determinada.

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

Parámetros

value
Int64

Valor que se desplaza a la izquierda por shiftAmount.

shiftAmount
Int32

Cantidad por la que value se desplaza a la izquierda.

Devoluciones

Resultado del desplazamiento value hacia la izquierda por shiftAmount.

Implementaciones

Se aplica a