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)

値の単項プラスを計算します。

適用対象