Share via


IShiftOperators<TSelf,TOther,TResult>.LeftShift(TSelf, TOther) 연산자

정의

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

public:
 static TResult operator <<(TSelf value, TOther shiftAmount);
public static abstract TResult operator << (TSelf value, TOther shiftAmount);
static member ( <<< ) : 'Self * 'Other -> 'Result
Public Shared Operator << (value As TSelf, shiftAmount As TOther) As TResult

매개 변수

value
TSelf

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

shiftAmount
TOther

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

반환

TResult

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

적용 대상