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)

计算一元加值。

适用于