IMultiplicativeIdentity<TSelf,TResult> 介面
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
定義一種機制,以取得指定類型的乘法識別。
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 |
取得目前型別的乘法識別。 |