IAdditiveIdentity<TSelf,TResult> Schnittstelle

Definition

Definiert einen Mechanismus zum Abrufen der additiven Identität eines bestimmten Typs.

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

Typparameter

TSelf

Der Typ, der diese Schnittstelle implementiert.

TResult

Der Typ, der die additive Identität von TSelfenthält.

Abgeleitet

Eigenschaften

AdditiveIdentity

Ruft die additive Identität des aktuellen Typs ab.

Gilt für: