IMultiplicativeIdentity<TSelf,TResult> Rozhraní

Definice

Definuje mechanismus pro získání násobené identity daného typu.

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

Parametry typu

TSelf

Typ, který implementuje toto rozhraní.

TResult

Typ, který obsahuje násobitelnou identitu .TSelf

Odvozené

Vlastnosti

MultiplicativeIdentity

Získá násobitelnou identitu aktuálního typu.

Platí pro