IMultiplicativeIdentity<TSelf,TResult> 介面

定義

定義取得指定型別之乘法身分識別的機制。

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)

類型參數

TSelf

實作這個介面的型別。

TResult

型別,包含 的 TSelf 乘法識別。

衍生

屬性

MultiplicativeIdentity

取得目前型別的乘法識別。

適用於