Int32.IShiftOperators<Int32,Int32,Int32>.LeftShift(Int32, Int32) 연산자

정의

지정된 양만큼 남은 값을 이동합니다.

 static int System.Numerics.IShiftOperators<System.Int32,System.Int32,System.Int32>.operator <<(int value, int shiftAmount) = System::Numerics::IShiftOperators<int, int, int>::op_LeftShift;
static int IShiftOperators<int,int,int>.operator << (int value, int shiftAmount);
static member ( <<< ) : int * int -> int
 Shared Operator << (value As Integer, shiftAmount As Integer) As Integer Implements IShiftOperators(Of Integer, Integer, Integer).op_LeftShift

매개 변수

value
Int32

가 왼쪽으로 shiftAmount이동하는 값입니다.

shiftAmount
Int32

왼쪽으로 이동하는 양 value 입니다.

반환

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

구현

적용 대상