Int64.IShiftOperators<Int64,Int32,Int64>.LeftShift(Int64, Int32) 運算子

定義

將指定數量留下的值移位。

 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

參數

value
Int64

由 左 shiftAmount 移的值。

shiftAmount
Int32

向左移的金額 value

傳回

向左 shiftAmountvalue 的結果。

實作

適用於