IMultiplicativeIdentity<TSelf,TResult> インターフェイス

定義

特定の型の乗法 ID を取得するためのメカニズムを定義します。

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

の乗算 ID を TSelf含む型。

派生

プロパティ

MultiplicativeIdentity

現在の型の乗法 ID を取得します。

適用対象