IUnaryPlusOperators<TSelf,TResult> 接口
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
定义用于计算值的一元加的机制。
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) |
计算值的一元加号。 |