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

정의

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

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

매개 변수

value
Char

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

shiftAmount
Int32

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

반환

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

구현

적용 대상