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

Definizione

Sposta un valore lasciato da una determinata quantità.

 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

Parametri

value
UInt64

Valore spostato a sinistra da shiftAmount.

shiftAmount
Int32

Importo in base al quale value viene spostato a sinistra.

Restituisce

Risultato dello spostamento value sinistro da shiftAmount.

Implementazioni

Si applica a