IAdditionOperators<TSelf,TOther,TResult>.Addition(TSelf, TOther) 연산자

정의

두 값을 함께 추가하여 합계를 계산합니다.

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

매개 변수

left
TSelf

가 추가되는 right 값입니다.

right
TOther

에 추가 left되는 값입니다.

반환

TResult

leftright의 합입니다.

적용 대상