UInt128.LeftShift(UInt128, Int32) 運算子

定義

將值左移指定的數量。

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

參數

value
UInt128

由 左 shiftAmount 移的值。

shiftAmount
Int32

向左移的量 value

傳回

由 左 shiftAmountvalue 的結果。

實作

適用於