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

정의

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

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

형식 매개 변수

TSelf

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

TOther

에서 빼 TSelf는 형식입니다.

TResult

TSelf기 값 TOther 이 들어 있는 형식입니다.

파생

연산자

CheckedSubtraction(TSelf, TOther)

두 값을 빼서 차이를 계산합니다.

Subtraction(TSelf, TOther)

두 값을 빼서 차이를 계산합니다.

적용 대상