IUnaryNegationOperators<TSelf,TResult> 接口

定义

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

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

类型参数

TSelf

实现此接口的类型。

TResult

包含求 TSelf反 的结果的类型。

派生

运算符

CheckedUnaryNegation(TSelf)

计算值的检查一元求反值。

UnaryNegation(TSelf)

计算值的一元求反值。

适用于