IUnaryPlusOperators<TSelf,TResult> 接口

定义

定义用于计算值的一元加的机制。

generic <typename TSelf, typename TResult>
 where TSelf : IUnaryPlusOperators<TSelf, TResult>public interface class IUnaryPlusOperators
public interface IUnaryPlusOperators<TSelf,TResult> where TSelf : IUnaryPlusOperators<TSelf,TResult>
type IUnaryPlusOperators<'Self, 'Result (requires 'Self :> IUnaryPlusOperators<'Self, 'Result>)> = interface
Public Interface IUnaryPlusOperators(Of TSelf, TResult)

类型参数

TSelf

实现此接口的类型。

TResult

包含反 TSelf的结果的类型。

派生

运算符

UnaryPlus(TSelf)

计算值的一元加号。

适用于