IUnaryPlusOperators<TSelf,TResult> Rozhraní

Definice

Definuje mechanismus pro výpočet unárního plusu hodnoty.

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)

Parametry typu

TSelf

Typ, který implementuje toto rozhraní.

TResult

Typ, který obsahuje výsledek negování TSelf.

Odvozené

Operátory

UnaryPlus(TSelf)

Vypočítá unární plus hodnoty.

Platí pro