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 量。

戻り値

を左にシフトしたvalueshiftAmount結果。

実装

適用対象