Int128.LeftShift(Int128, Int32) 運算子

定義

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

public:
 static Int128 operator <<(Int128 value, int shiftAmount) = System::Numerics::IShiftOperators<Int128, int, Int128>::op_LeftShift;
public static Int128 operator << (Int128 value, int shiftAmount);
static member ( <<< ) : Int128 * int -> Int128
Public Shared Operator << (value As Int128, shiftAmount As Integer) As Int128

參數

value
Int128

由 左 shiftAmount 移的值。

shiftAmount
Int32

向左移的金額 value

傳回

向左 shiftAmountvalue 的結果。

實作

適用於