IMultiplicativeIdentity<TSelf,TResult> Interfaccia

Definizione

Definisce un meccanismo per ottenere l'identità moltiplicativa di un determinato tipo.

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)

Parametri di tipo

TSelf

Tipo che implementa questa interfaccia.

TResult

Tipo contenente l'identità moltiplicativa di TSelf.

Derivato

Proprietà

MultiplicativeIdentity

Ottiene l'identità moltiplicativa del tipo corrente.

Si applica a