ISubtractionOperators<TSelf,TOther,TResult> Interface

Definição

Define um mecanismo para calcular a diferença de dois valores.

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)

Parâmetros de tipo

TSelf

O tipo que implementa essa interface.

TOther

O tipo que será subtraído de TSelf.

TResult

O tipo que contém o valor de TOther subtraído de TSelf.

Derivado

Operadores

CheckedSubtraction(TSelf, TOther)

Subtrai dois valores para calcular sua diferença.

Subtraction(TSelf, TOther)

Subtrai dois valores para calcular sua diferença.

Aplica-se a