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 입니다.

반환

가 왼쪽으로 shiftAmount이동한 value 결과입니다.

구현

적용 대상