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)

計算值的一元加號。

適用於