ISubtractionOperators<TSelf,TOther,TResult> Interface

Definitie

Definieert een mechanisme voor het berekenen van het verschil van twee waarden.

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)

Type parameters

TSelf

Het type dat deze interface implementeert.

TOther

Het type dat wordt afgetrokken van TSelf.

TResult

Het type dat de waarde van afgetrokken TSelfvan TOther bevat.

Afgeleid

Operators

Name Description
CheckedSubtraction(TSelf, TOther)

Trekt twee waarden af om het verschil te berekenen.

Subtraction(TSelf, TOther)

Trekt twee waarden af om het verschil te berekenen.

Van toepassing op