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)

値の単項否定を計算します。

適用対象