IAdditionOperators<TSelf,TOther,TResult> Rozhraní

Definice

Definuje mechanismus pro výpočet součtu dvou hodnot.

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

Parametry typu

TSelf

Typ, který implementuje toto rozhraní.

TOther

Typ, který se přidá do TSelf.

TResult

Typ, který obsahuje součet TSelf hodnot a TOther.

Odvozené

Operátory

Addition(TSelf, TOther)

Sečte dvě hodnoty k výpočtu jejich součtu.

CheckedAddition(TSelf, TOther)

Sečte dvě hodnoty k výpočtu jejich součtu.

Platí pro