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

Definitie

Hiermee verschuift u een waarde naar links met een bepaald bedrag.

 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

Parameters

value
Int64

De waarde die naar links shiftAmountwordt verschoven.

shiftAmount
Int32

Het bedrag waarmee value naar links wordt verplaatst.

Retouren

Het resultaat van naar links verschuiven value door shiftAmount.

Implementeringen

Van toepassing op