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結果的類型。

衍生

操作員

名稱 Description
CheckedUnaryNegation(TSelf)

計算值的已核取一元否定。

UnaryNegation(TSelf)

計算值的一元負值。

適用於