IAdditionOperators<TSelf,TOther,TResult> 인터페이스

정의

두 값의 합계를 계산하는 메커니즘을 정의합니다.

generic <typename TSelf, typename TOther, typename TResult>
 where TSelf : IAdditionOperators<TSelf, TOther, TResult>public interface class IAdditionOperators
public interface IAdditionOperators<TSelf,TOther,TResult> where TSelf : IAdditionOperators<TSelf,TOther,TResult>
type IAdditionOperators<'Self, 'Other, 'Result (requires 'Self :> IAdditionOperators<'Self, 'Other, 'Result>)> = interface
Public Interface IAdditionOperators(Of TSelf, TOther, TResult)

형식 매개 변수

TSelf

이 인터페이스를 구현하는 형식입니다.

TOther

에 추가 TSelf될 형식입니다.

TResult

TOther의 합계를 포함하는 형식입니다TSelf.

파생

연산자

Addition(TSelf, TOther)

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

CheckedAddition(TSelf, TOther)

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

적용 대상