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

합계 및 .의 합계를 포함하는 형식입니다 TSelfTOther.

파생

연산자

Name Description
Addition(TSelf, TOther)

합계를 계산하기 위해 두 값을 함께 추가합니다.

CheckedAddition(TSelf, TOther)

합계를 계산하기 위해 두 값을 함께 추가합니다.

적용 대상