Int128.LeftShift(Int128, Int32) Operator

定義

指定した量の値を左にシフトします。

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 を左にシフトする量。

戻り値

shiftAmount value 左にシフトした結果。

実装

適用対象