ISubtractionOperators<TSelf,TOther,TResult> Interfejs

Definicja

Definiuje mechanizm przetwarzania różnicy dwóch wartości.

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)

Parametry typu

TSelf

Typ, który implementuje ten interfejs.

TOther

Typ, który zostanie odejmowany od TSelf.

TResult

Typ, który zawiera wartość odjętą TOther od TSelf.

Pochodne

Operatory

CheckedSubtraction(TSelf, TOther)

Odejmuje dwie wartości, aby obliczyć ich różnicę.

Subtraction(TSelf, TOther)

Odejmuje dwie wartości, aby obliczyć ich różnicę.

Dotyczy