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

获取当前类型的乘法标识。

适用于