UInt64.IShiftOperators<UInt64,Int32,UInt64>.LeftShift Operador

Definição

Desloca um valor deixado por um determinado valor.

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

Parâmetros

value
UInt64

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