ISubtractionOperators<TSelf,TOther,TResult> インターフェイス

定義

2 つの値の差を計算するためのメカニズムを定義します。

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)

2 つの値を減算して差を計算します。

Subtraction(TSelf, TOther)

2 つの値を減算して差を計算します。

適用対象